Add R builds for openSUSE 15.4/SLES 15 SP4
This commit is contained in:
parent
979efa5b32
commit
f8392bdea8
1 changed files with 233 additions and 5 deletions
|
|
@ -194,7 +194,9 @@ download_url () {
|
|||
echo "${CDN_URL}/opensuse-42/pkgs/${name}"
|
||||
;;
|
||||
"LEAP15" | "SLES15")
|
||||
if [ "${ver}" -ge 153 ]; then
|
||||
if [ "${ver}" -ge 154 ]; then
|
||||
echo "${CDN_URL}/opensuse-154/pkgs/${name}"
|
||||
elif [ "${ver}" -ge 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