[+] Run userrechte only by create the user
This commit is contained in:
parent
b5ed4e684c
commit
06d71c9c79
2 changed files with 2 additions and 2 deletions
|
@ -639,9 +639,8 @@ if [ "${archisoinstall}" == "y" ]; then
|
||||||
links
|
links
|
||||||
fi
|
fi
|
||||||
|
|
||||||
su ${user} -c "chezmoi init --force --apply https://git.spectreos.de/simono41/dotfiles.git"
|
su ${user} -c "chezmoi init --apply https://git.spectreos.de/simono41/dotfiles.git"
|
||||||
su ${user} -c "chezmoi update -v"
|
su ${user} -c "chezmoi update -v"
|
||||||
userrechte
|
|
||||||
|
|
||||||
# https://aur.archlinux.org/packages/ttf-font-nerd-dummy
|
# https://aur.archlinux.org/packages/ttf-font-nerd-dummy
|
||||||
# I was going to delete it because at the moment the only package that provides ttf-font-nerd is ttf-iosevka-nerd (see this search entry),
|
# I was going to delete it because at the moment the only package that provides ttf-font-nerd is ttf-iosevka-nerd (see this search entry),
|
||||||
|
|
|
@ -4,6 +4,7 @@ acpid dbus avahi ntp fail2ban
|
||||||
pulseaudio pulseaudio-bluetooth pulseaudio-equalizer pulseaudio-alsa pavucontrol
|
pulseaudio pulseaudio-bluetooth pulseaudio-equalizer pulseaudio-alsa pavucontrol
|
||||||
blueman bluez-tools
|
blueman bluez-tools
|
||||||
keychain
|
keychain
|
||||||
|
starship
|
||||||
cups hplip
|
cups hplip
|
||||||
alacritty
|
alacritty
|
||||||
ark
|
ark
|
||||||
|
|
Loading…
Reference in a new issue