forgot the --noconfirm
This commit is contained in:
parent
ad30011ca5
commit
616bc11030
|
|
@ -53,7 +53,7 @@ pacman -Sy --noconfirm
|
||||||
|
|
||||||
echo -e "\nInstalling Base System\n"
|
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
|
# determine processor type and install microcode
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ git clone "https://github.com/ChrisTitusTech/zsh"
|
||||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/powerlevel10k
|
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/powerlevel10k
|
||||||
ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc
|
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
|
export PATH=$PATH:~/.local/bin
|
||||||
cp -r $HOME/ArchTitus/dotfiles/* $HOME/.config/
|
cp -r $HOME/ArchTitus/dotfiles/* $HOME/.config/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue