From e05c26865149619a61bedfceba499a9c1c2c0465 Mon Sep 17 00:00:00 2001 From: belphegor-belbel Date: Wed, 3 May 2023 07:27:16 +0900 Subject: [PATCH] Set Leap 15.5 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 8440486..9cf40cc 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.4" + WriteIniStr ${DISTSELECT_INI} "Field 2" "State" "openSUSE Leap 15.5" StrCpy $R1 "" ${Else} ; set the version of this media