Update .scripts/install_base.sh

This commit is contained in:
V 2023-03-01 20:37:10 +04:00
parent 96d17eca53
commit 21610777f2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ echo "* upgrade installed pkgs"
sudo pacman -Su --needed --noconfirm
echo "* install pkgs"
sudo pacman --needed --noconfirm -S - < pacman_packages.txt
sudo pacman --needed --noconfirm -S - < .scripts/pacman_packages.txt
# Fire reflector (should probably call it there directly with custom config)
echo "* run reflector"