about summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 78872c8..7ddb709 100755
--- a/install.sh
+++ b/install.sh
@@ -13,7 +13,7 @@ elif [ -f /usr/bin/pacman ]; then
 	distro="arch"
 elif [ -f /usr/bin/dnf ]; then
 	distro="fedora"
-elif [ -f /usr/bin/apk ]; then
+elif [ -f /sbin/apk ]; then
 	distro="alpine"
 fi