Skip to content

Commit

Permalink
Set Leap 15.6 as default (latest stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
belphegor-belbel committed May 6, 2024
1 parent f62f66d commit 7d20a4d
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.5"
WriteIniStr ${DISTSELECT_INI} "Field 2" "State" "openSUSE Leap 15.6"
StrCpy $R1 ""
${Else}
; set the version of this media
Expand Down

0 comments on commit 7d20a4d

Please sign in to comment.