forgot the --noconfirm

This commit is contained in:
Ahmed Al Balochi 2021-11-03 01:17:07 +05:00
parent ad30011ca5
commit 616bc11030
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ pacman -Sy --noconfirm
echo -e "\nInstalling Base System\n"
sudo pacman -S --needed - < /pkg-files/pacman-pkgs.txt
sudo pacman -S --noconfirm --needed - < /pkg-files/pacman-pkgs.txt
#
# determine processor type and install microcode

View File

@ -22,7 +22,7 @@ git clone "https://github.com/ChrisTitusTech/zsh"
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/powerlevel10k
ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc
yay -S --needed - < /pkg-files/aur-pkgs.txt
yay -S --noconfirm --needed - < /pkg-files/aur-pkgs.txt
export PATH=$PATH:~/.local/bin
cp -r $HOME/ArchTitus/dotfiles/* $HOME/.config/