Update .scripts/install_base.sh
This commit is contained in:
parent
96d17eca53
commit
21610777f2
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue