X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/dd00198b994be07771781addbe3c23463982c528..bb290191df028ee5cd02abbce6d1a786e454c7b7:/provision diff --git a/provision b/provision index f21a7aa..6574db9 100755 --- a/provision +++ b/provision @@ -7,8 +7,8 @@ else command_name="brew" install_command="install" else - if command -v apt &> /dev/null; then - command_name="yum" + if command -v dnf &> /dev/null; then + command_name="dnf" install_command="install" else if command -v pacman &> /dev/null; then