We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f500d6a + bbf14db commit 2c0692cCopy full SHA for 2c0692c
1 file changed
tools/install_prereqs.sh
@@ -60,14 +60,6 @@ export_proxy_variables
60
# Install Packages
61
# ================
62
63
-if [[ "${DISTRO}" == "opensuse-42.2" ]]; then
64
- # temporary workaround until https://bugzilla.suse.com/show_bug.cgi?id=1041161 is fixed
65
- sudo zypper ar -f http://download.opensuse.org/update/leap/42.2-test/ leap42.2-test-updates
66
- sudo zypper --non-interactive --gpg-auto-import-keys --no-gpg-checks ref
67
- sudo zypper --non-interactive install liberasurecode-devel
68
- sudo zypper rr leap42.2-test-updates
69
-fi
70
-
71
# Install package requirements
72
PACKAGES=$(get_packages general,$ENABLED_SERVICES)
73
PACKAGES="$PACKAGES $(get_plugin_packages)"
0 commit comments