Skip to content

Commit

Permalink
Set Leap 15.5 as default (latest stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
belphegor-belbel committed May 2, 2023
1 parent c431297 commit e05c268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openSUSE_installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ Function "ShowDistributionSelection"
${If} $mediaVer == ""
${OrIf} $mediaX86_64 == "0"
; set the latest stable version
WriteIniStr ${DISTSELECT_INI} "Field 2" "State" "openSUSE Leap 15.4"
WriteIniStr ${DISTSELECT_INI} "Field 2" "State" "openSUSE Leap 15.5"
StrCpy $R1 ""
${Else}
; set the version of this media
Expand Down

0 comments on commit e05c268

Please sign in to comment.