Skip to content

Commit

Permalink
[hotfix-start.bash] plasma 6 packages list fix for online installs (kde)
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Mar 6, 2024
1 parent c52e9e2 commit 86f9a2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hotfix-start.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 86f9a2d

Please sign in to comment.