From cd088ff30169b8e2029e1a20bc768fadd9913cee Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 4 Oct 2022 19:44:36 +0200 Subject: [PATCH] [F] fix user-config --- arch-graphical-install-auto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch-graphical-install-auto.sh b/arch-graphical-install-auto.sh index 71563cc..fc404bc 100755 --- a/arch-graphical-install-auto.sh +++ b/arch-graphical-install-auto.sh @@ -639,8 +639,8 @@ if [ "${archisoinstall}" == "y" ]; then links fi -su testbenutzer -c "chezmoi init --apply https://git.spectreos.de/simono41/dotfiles.git" -su testbenutzer -c "chezmoi update -v" +su ${user} -c "chezmoi init --apply https://git.spectreos.de/simono41/dotfiles.git" +su ${user} -c "chezmoi update -v" userrechte # https://aur.archlinux.org/packages/ttf-font-nerd-dummy