summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index e4ddde5..2957918 100644
--- a/utils.h
+++ b/utils.h
@@ -4,9 +4,10 @@
enum os
{
- pacman,
apt,
+ dnf,
emerge,
+ pacman,
xbps,
ENUMSIZE
};