Auto installation

This commit is contained in:
71Zombie 2021-11-09 17:17:19 -08:00
parent 1c3c39850b
commit 2f8c55a4df
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
echo -e "\nFINAL SETUP AND CONFIGURATION\n"
ehco -e"\nInstalling black arch repository\n"
echo -e"\nInstalling black arch repository\n"
mkdir $HOME/blackarch
cp /root/BetterArch/dotfiles/blackarch/strap.sh $HOME/blackarch
@ -55,7 +55,7 @@ PKGS=(
for PKG in "${PKGS[@]}"; do
echo "INSTALLING: ${PKG}"
sudo pacman -Sy "$PKG"
sudo pacman -S "$PKG" --noconfirm --needed
done