Skip to content

Commit

Permalink
openSUSE Leap 15.5 support reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmetalfanx committed Feb 12, 2023
1 parent 918c90d commit ca7a9d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion functions/check/f_openSuseCheck.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function leapEOLChecks() {

case ${leapBranch} in

15.4|15.5) supported="yes" ;;
15.4) supported="yes" ;;
*) supported="no"

fancy_message warn "It appears you may be on an unsupported versinon of OpenSUSE"
Expand Down
2 changes: 1 addition & 1 deletion functions/opensuse/f_openSUSEMultimedia.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
function leapMultimediaInstall() {
case ${leapBranch} in
15.4) opsuseMediaRepo="https://download.opensuse.org/repositories/multimedia:/apps/15.4/multimedia:apps.repo" ;;
15.5) opsuseMediaRepo="https://download.opensuse.org/repositories/multimedia:/apps/15.5/multimedia:apps.repo" ;;
#15.5) opsuseMediaRepo="https://download.opensuse.org/repositories/multimedia:/apps/15.5/multimedia:apps.repo" ;;
esac

return ${osuseMMediaRepo}
Expand Down
2 changes: 1 addition & 1 deletion functions/universal/pmanagement/f_pManagement_repo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function installPackmanSuseRepo() {
leap)
# Determine what version of Leap the user is on

if [ "${leapBranch}" == "15.4" ] || [ "${leapBranch}" == "15.5" ]; then
if [ "${leapBranch}" == "15.4" ]; then
repoURL="https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_$leapBranch/"
else
fancy_message info "Supported Leap version not detected"
Expand Down
4 changes: 2 additions & 2 deletions functions/universal/software/multimedia/f_strawberry.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ function StrawberryBranchDistroCheck() {
15.4) getStrawberryURL lp154
metaExternalDownload ${programTitle} ${programURL} ;;
15.5) getStrawberryURL lp155
metaExternalDownload ${programTitle} ${programURL} ;;
# 15.5) getStrawberryURL lp155
# metaExternalDownload ${programTitle} ${programURL} ;;
esac
Expand Down

0 comments on commit ca7a9d7

Please sign in to comment.