diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-10-03 16:19:41 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2020-10-03 16:19:41 +0000 |
commit | 18433eb8a7b0affd2df33f9308a57e60e35b0e3c (patch) | |
tree | 83e757d99fcaaabc9542bf7b492e53ed5c88bef1 /utils.h | |
parent | 0fa1a010d4152c74601da21223818d8131a0921a (diff) |
Added Package Descriptions
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -4,12 +4,12 @@ enum os { - apt, - dnf, - emerge, - pacman, - xbps, - zypper, + apt, /* Debian */ + dnf, /* Fedora */ + emerge, /* Gentoo */ + pacman, /* Arch */ + xbps, /* Void */ + zypper, /* OpenSUSE */ ENUMSIZE }; |