mirror of https://gitlab.com/dabruh/dotfiles.git
Add missing 'sudo'.
This commit is contained in:
parent
d5a1050e32
commit
af5ee7cf15
|
@ -80,7 +80,7 @@ function configure_sddm() {
|
||||||
} | sudo tee "$sddm_config_dir/xsetup" >/dev/null
|
} | sudo tee "$sddm_config_dir/xsetup" >/dev/null
|
||||||
|
|
||||||
echo "Setting up '$theme_dir'."
|
echo "Setting up '$theme_dir'."
|
||||||
mv "$theme_dir/theme.conf.user" "$theme_dir/theme.conf.user.disabled"
|
sudo mv "$theme_dir/theme.conf.user" "$theme_dir/theme.conf.user.disabled"
|
||||||
}
|
}
|
||||||
|
|
||||||
function prepare_arch() {
|
function prepare_arch() {
|
||||||
|
|
Loading…
Reference in New Issue