Fix permission error

This commit is contained in:
Manuel Thalmann 2024-07-17 15:22:41 +02:00
parent 725873bef6
commit 1f6081020b

View file

@ -14,7 +14,7 @@ begin
function configureSW -V dir
set -l configDir /etc/sddm.conf.d
sudo systemctl enable sddm
mkdir -p "$configDir"
sudo mkdir -p "$configDir"
sudo cp "$dir/wayland.conf" "$configDir/10-wayland.conf"
end