Support Arch Linux & Void Linux now!

This commit is contained in:
Steve Zabka
2021-08-03 21:09:54 +02:00
committed by GitHub
parent b346098fa2
commit d56ebcb341

View File

@@ -52,7 +52,7 @@ elif VERB="$( which pacman )" 2> /dev/null; then
elif VERB="$( which zypper )" 2> /dev/null; then elif VERB="$( which zypper )" 2> /dev/null; then
echo "openSUSE-based" echo "openSUSE-based"
su -c 'zypper up && zypper install dialog' su -c 'zypper up && zypper install dialog'
elif VERB="$( xbps-install )" 2> /dev/null; then elif VERB="$( which xbps-install )" 2> /dev/null; then
echo "Void-based" echo "Void-based"
sudo xbps-install -Sy dialog sudo xbps-install -Sy dialog
else else