From 7d20a4d6240c5efe50c790c39b7b8841e92ad5e4 Mon Sep 17 00:00:00 2001 From: belphegor-belbel Date: Mon, 6 May 2024 09:38:42 +0900 Subject: [PATCH] Set Leap 15.6 as default (latest stable) --- openSUSE_installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openSUSE_installer.nsi b/openSUSE_installer.nsi index b3bfead..fc09a6c 100644 --- a/openSUSE_installer.nsi +++ b/openSUSE_installer.nsi @@ -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