mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Run pacman with --noconfirm for zsh install
This commit is contained in:
parent
291ebd4f63
commit
6ec7231174
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue