Add distro-specific, update "unsuppported" message

This commit is contained in:
askiiart 2023-09-06 20:54:23 -05:00
parent af69964db4
commit 29d500bfd5
No known key found for this signature in database
GPG key ID: 85505F3A2264FA01
5 changed files with 29 additions and 4 deletions

View file

@ -26,7 +26,7 @@ elif command_exists "emerge"; then
elif command_exists "apk"; then
sudo apk add zsh -y
else
echo >&2 "Unsupported: unknown package manager"
echo >&2 "Unsupported: unknown package manager and distro"
exit 1
fi