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

@ -37,7 +37,7 @@ elif command_exists "emerge"; then
elif command_exists "apk"; then
PM="apk"
else
>&2 echo "Unsupported: unknown package manager"
>&2 echo "Unsupported: unknown package manager and distro"
exit 1
fi