aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprovision2
1 files changed, 1 insertions, 1 deletions
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