Update install.sh

This commit is contained in:
Steve Zabka
2023-03-22 09:36:22 +01:00
committed by GitHub
parent 3c46afd6f3
commit 2b968ea132

View File

@@ -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 {