Run pacman with --noconfirm for zsh install

This commit is contained in:
ItsDrike 2023-07-31 21:59:08 +02:00
parent 291ebd4f63
commit 6ec7231174

View file

@ -43,7 +43,7 @@ git clone https://github.com/jandamm/zgenom ~/.config/zsh/.zgenom
install -m 700 -d ~/.local/share/gnupg
# Install zsh and make it the default shell for root
sudo pacman -S zsh
sudo pacman -S --noconfirm zsh
chsh -s /usr/bin/zsh root
# Enable some basic services