98d47d497c
- The installer is still W.I.P
12 lines
335 B
Bash
Executable File
12 lines
335 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
. /usr/local/bin/fws-desktop-init-common
|
|
|
|
first_user="$(fws_first_user)"
|
|
|
|
fws_install_packages "${FWS_BASE_PACKAGES[@]}" plasma-meta konsole dolphin sddm
|
|
fws_disable_services lightdm.service gdm.service
|
|
fws_enable_services sddm.service
|
|
fws_set_graphical_default
|
|
fws_write_sddm_config "$first_user" plasma |