diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-09-30 17:38:33 +0100 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2020-09-30 17:38:33 +0100 |
commit | 5f28801d2a9b4afb7242752b4d359775de3b0a4d (patch) | |
tree | 7aad52dfb70014e28684c68520a5ecd6c815fdde /utils.h | |
parent | 8974507c7e7351ccb942fc76426160525e693cc8 (diff) |
Added Fedora Support
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,9 +4,10 @@ enum os { - pacman, apt, + dnf, emerge, + pacman, xbps, ENUMSIZE }; |