mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-14 17:15:54 +01:00
Support Arch Linux & Void Linux now!
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user