mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
updated
This commit is contained in:
parent
1430357aa5
commit
547454d9c8
@ -69,7 +69,8 @@ done
|
||||
|
||||
printf "\n%.0s" {1..1}
|
||||
printf "${INFO} Activating sddm service........\n"
|
||||
sudo systemctl enable sddm
|
||||
sudo systemctl set-default graphical.target 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