X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/f9f05d0ffbf5a6972c528fff044b5e107a856262..d050c347655f23b3f0c11e056dbd91d2cf74a7c1:/provision diff --git a/provision b/provision index 6574db9..429cee8 100755 --- a/provision +++ b/provision @@ -15,7 +15,7 @@ else command_name="pacman" install_command="-Sy" else - if command -v pacman &> /dev/null; then + if command -v apt &> /dev/null; then command_name="apt" install_command="install" else