Skip to content

Commit

Permalink
Set Leap 15.1 as default (latest stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
belphegor-belbel committed Mar 12, 2019
1 parent 915b28d commit af5ca74
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 @@ -327,7 +327,7 @@ Function "ShowDistributionSelection"
${If} $mediaVer == ""
${OrIf} $mediaX86_64 == "0"
; set the latest stable version
WriteIniStr ${DISTSELECT_INI} "Field 2" "State" "openSUSE Leap 15.0"
WriteIniStr ${DISTSELECT_INI} "Field 2" "State" "openSUSE Leap 15.1"
StrCpy $R1 ""
${Else}
; set the version of this media
Expand Down

0 comments on commit af5ca74

Please sign in to comment.