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

@ -31,7 +31,7 @@ elif command_exists "apk"; then
sudo apk add pass
sudo apk add git
else
echo "Unsupported: unknown package manager"
echo "Unsupported: unknown package manager and distro"
fi
# Check if GCM is installed