Fix permission error
This commit is contained in:
parent
06a7048148
commit
134543f675
|
@ -14,7 +14,7 @@ begin
|
||||||
function configureSW -V dir
|
function configureSW -V dir
|
||||||
set -l configDir /etc/sddm.conf.d
|
set -l configDir /etc/sddm.conf.d
|
||||||
sudo systemctl enable sddm
|
sudo systemctl enable sddm
|
||||||
mkdir -p "$configDir"
|
sudo mkdir -p "$configDir"
|
||||||
sudo cp "$dir/wayland.conf" "$configDir/10-wayland.conf"
|
sudo cp "$dir/wayland.conf" "$configDir/10-wayland.conf"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue