Skip to content

Commit

Permalink
[hotfix-start.bash] Endeavour_Neo 2 packages in fpr plasma and i3 setups
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Dec 13, 2024
1 parent 88e148a commit 7b9b74f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hotfix-start.bash
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ Main() {
wget -qN -P "/etc/" "https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-ISO/main/airootfs/etc/makepkg.conf"
wget -qN -P "/etc/makepkg.conf.d/" "https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/raw/main/rust.conf"
;;
2024.09.22) # Endeavour_Neo
# xss-lock added to i3 setup
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/packagechooser.conf_endeavour_neo_1.patch"
patch "/etc/calamares/modules/packagechooser.conf" < "/tmp/packagechooser.conf_endeavour_neo_1.patch"
;;
*)
HotMsg "no hotfixes for ISO version $ISO_VERSION."
;;
Expand Down

0 comments on commit 7b9b74f

Please # to comment.