From 86f9a2dde695b9dee841d8062eb4da961a065db8 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Thu, 7 Mar 2024 00:36:50 +0100 Subject: [PATCH] [hotfix-start.bash] plasma 6 packages list fix for online installs (kde) --- hotfix-start.bash | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hotfix-start.bash b/hotfix-start.bash index a805ffb..42cd6b6 100644 --- a/hotfix-start.bash +++ b/hotfix-start.bash @@ -133,7 +133,11 @@ Main() { 2023.11.17) # Galileo # 12/6/23 KDE package rename from kgamma5 to kgamma sed -i 's/ - kgamma5/ - kgamma/g' /etc/calamares/modules/packagechooser.conf - # Galileo-rate-mirrors-workaround + ;; + 2024.01.25) # Galileo Neo + # Plasma 6 release fixing kde packages list + wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/packagechooser.conf.patch" + patch "/etc/calamares/modules/packagechooser.conf" < "/tmp/packagechooser.conf.patch" ;; *) HotMsg "no hotfixes for ISO version $ISO_VERSION."