fix: enable dm systemd services
This commit is contained in:
parent
a8f06a6404
commit
2430f2a94d
3 changed files with 20 additions and 5 deletions
|
|
@ -5,13 +5,15 @@ stages:
|
|||
run: |
|
||||
if [[ "$BASE_DESKTOP" = gnome ]]; then
|
||||
pacman -Syqu --noconfirm gnome
|
||||
systemctl enable gdm
|
||||
elif [[ "$BASE_DESKTOP" = plasma ]]; then
|
||||
pacman -Syqu --noconfirm plasma \
|
||||
pacman -Syqu --noconfirm sddm plasma \
|
||||
kde-accessibility-meta \
|
||||
kde-multimedia-meta \
|
||||
kde-system-meta \
|
||||
kde-utilities-meta \
|
||||
discover
|
||||
systemctl enable sddm
|
||||
fi
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue