Add distro-specific, update "unsuppported" message
This commit is contained in:
parent
af69964db4
commit
29d500bfd5
5 changed files with 29 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue