[F] fix user-config
This commit is contained in:
parent
6dd53df35a
commit
cd088ff301
1 changed files with 2 additions and 2 deletions
|
@ -639,8 +639,8 @@ if [ "${archisoinstall}" == "y" ]; then
|
||||||
links
|
links
|
||||||
fi
|
fi
|
||||||
|
|
||||||
su testbenutzer -c "chezmoi init --apply https://git.spectreos.de/simono41/dotfiles.git"
|
su ${user} -c "chezmoi init --apply https://git.spectreos.de/simono41/dotfiles.git"
|
||||||
su testbenutzer -c "chezmoi update -v"
|
su ${user} -c "chezmoi update -v"
|
||||||
userrechte
|
userrechte
|
||||||
|
|
||||||
# https://aur.archlinux.org/packages/ttf-font-nerd-dummy
|
# https://aur.archlinux.org/packages/ttf-font-nerd-dummy
|
||||||
|
|
Loading…
Reference in a new issue