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.
install.sh
1 parent a23aa59 commit 09a3530Copy full SHA for 09a3530
packages/scripts/install.sh
@@ -104,7 +104,7 @@ _discover_distro_repo() {
104
;;
105
opensuse-leap)
106
_check_version_id
107
- DISTRO_REPO="openSUSE_Leap_${VERSION_ID}"
+ DISTRO_REPO="${VERSION_ID}"
108
109
"")
110
_error "Unable to identify distribution. You may specify one with environment variable DISTRO_REPO"
@@ -277,7 +277,7 @@ case $DISTRO_REPO in
277
CentOS*)
278
_install_yum
279
280
- openSUSE*)
+ 15.* | openSUSE*)
281
_install_zypper
282
283
*)
0 commit comments