mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
minor sddm.sh update
This commit is contained in:
parent
0e5c3be377
commit
dfe4bb2f81
@ -70,7 +70,7 @@ done
|
||||
printf "\n%.0s" {1..1}
|
||||
printf "${INFO} Activating sddm service........\n"
|
||||
sudo systemctl set-default graphical.target 2>&1 | tee -a "$LOG"
|
||||
sudo systemctl enable sddm 2>&1 | tee -a "$LOG"
|
||||
sudo systemctl enable sddm.service 2>&1 | tee -a "$LOG"
|
||||
|
||||
wayland_sessions_dir=/usr/share/wayland-sessions
|
||||
[ ! -d "$wayland_sessions_dir" ] && { printf "$CAT - $wayland_sessions_dir not found, creating...\n"; sudo mkdir -p "$wayland_sessions_dir" 2>&1 | tee -a "$LOG"; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user