add sles15sp5 to install script
This commit is contained in:
parent
db1f2a22c7
commit
509840ccda
1 changed files with 4 additions and 2 deletions
|
|
@ -210,9 +210,11 @@ download_url () {
|
|||
echo "${CDN_URL}/opensuse-42/pkgs/${name}"
|
||||
;;
|
||||
"LEAP15" | "SLES15")
|
||||
if [ "${ver}" -ge 154 ]; then
|
||||
if [ "${ver}" -ge 155 ]; then
|
||||
echo "${CDN_URL}/opensuse-155/pkgs/${name}"
|
||||
elif [ "${ver}" -eq 154 ]; then
|
||||
echo "${CDN_URL}/opensuse-154/pkgs/${name}"
|
||||
elif [ "${ver}" -ge 153 ]; then
|
||||
elif [ "${ver}" -eq 153 ]; then
|
||||
echo "${CDN_URL}/opensuse-153/pkgs/${name}"
|
||||
elif [ "${ver}" -eq 152 ]; then
|
||||
echo "${CDN_URL}/opensuse-152/pkgs/${name}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue