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