diff options
author | WeirdTreeThing <bradyn127@protonmail.com> | 2024-01-22 16:34:03 -0500 |
---|---|---|
committer | WeirdTreeThing <bradyn127@protonmail.com> | 2024-01-22 16:34:03 -0500 |
commit | c97cc6537b12bb3faf9f4fb80028c17e35b75ba1 (patch) | |
tree | 69ec3e4cec8aa08cbc19bdf98612a93fd775eb95 /install.sh | |
parent | c9449409c7cbfe85a8e7ced6c870f267f5ee91d9 (diff) |
apk is in /sbin/apk
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
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 |