Skip to content

Commit

Permalink
Set Leap 15.0 as default (latest stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
belphegor-belbel committed Apr 23, 2018
1 parent 177374a commit 395273b
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 42.3"
WriteIniStr ${DISTSELECT_INI} "Field 2" "State" "openSUSE Leap 15.0"
StrCpy $R1 ""
${Else}
; set the version of this media
Expand Down

0 comments on commit 395273b

Please sign in to comment.