aboutsummaryrefslogtreecommitdiff
path: root/provision
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-02-05 23:32:03 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-02-05 23:32:03 +0100
commit71b25c2bd3a306fe196cc32504c3af118372877b (patch)
tree8c7c4bfe1ab17dc220aca1b680c32a07091c4a22 /provision
parentd78367b148c04b4fd4e2fc19f551d18df5cd7375 (diff)
Fix pacman typo
Diffstat (limited to 'provision')
-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