From 2b968ea132659e270733343728da3c98181bc076 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Wed, 22 Mar 2023 09:36:22 +0100 Subject: [PATCH] Update install.sh --- files/builds/development-branch/bin/install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/files/builds/development-branch/bin/install.sh b/files/builds/development-branch/bin/install.sh index 99d3031..38d9eff 100644 --- a/files/builds/development-branch/bin/install.sh +++ b/files/builds/development-branch/bin/install.sh @@ -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 {