fix(Calamares): Installater will ask the desktop env before the calamares install
- The installer is still W.I.P
This commit is contained in:
Regular → Executable
+3
-3
@@ -5,8 +5,8 @@ set -euo pipefail
|
||||
|
||||
first_user="$(fws_first_user)"
|
||||
|
||||
fws_install_packages gnome sddm
|
||||
fws_install_packages "${FWS_BASE_PACKAGES[@]}" gnome sddm
|
||||
fws_disable_services lightdm.service gdm.service
|
||||
fws_enable_services sddm.service
|
||||
fws_write_sddm_config "$first_user" gnome
|
||||
fws_write_dmrc "$first_user" gnome
|
||||
fws_set_graphical_default
|
||||
fws_write_sddm_config "$first_user" gnome
|
||||
Reference in New Issue
Block a user