mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-12-09 11:46:24 +01:00
Add missing 'sudo'.
This commit is contained in:
parent
d5a1050e32
commit
af5ee7cf15
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue