mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2026-07-21 03:32:19 +02:00
Update install.sh
This commit is contained in:
@@ -412,7 +412,7 @@ function OS_OPENSUSE {
|
||||
elif [[ $OS_OPENSUSE_VERSION == *"openSUSE"*"Tumbleweed"* ]]; then
|
||||
OS_OPENSUSE_TW
|
||||
elif [[ $OS_OPENSUSE_VERSION == *"openSUSE"*"MicroOS"* ]]; then
|
||||
OS_OPENSUSE_MICROOS # This option is still in experimental status!
|
||||
OS_OPENSUSE_TW # This option is still in experimental status!
|
||||
else
|
||||
echo "Your Linux distribution is not supported yet!"
|
||||
fi
|
||||
@@ -431,10 +431,6 @@ function OS_OPENSUSE_TW {
|
||||
sudo zypper up && sudo zypper rr https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Tumbleweed/ wine && sudo zypper ar -cfp 95 https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Tumbleweed/ wine && sudo zypper install p7zip-full curl wine cabextract
|
||||
}
|
||||
|
||||
function OS_OPENSUSE_MICROOS {
|
||||
sudo zypper up && sudo zypper rr https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Tumbleweed/ wine && sudo zypper ar -cfp 95 https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Tumbleweed/ wine && sudo zypper install p7zip-full curl wine cabextract
|
||||
}
|
||||
|
||||
###############################################################################################################################################################
|
||||
|
||||
function OS_REDHAT_LINUX {
|
||||
|
||||
Reference in New Issue
Block a user