Update .scripts/install_base.sh
This commit is contained in:
parent
508ad7df32
commit
16a53ac79d
|
@ -39,7 +39,7 @@ fi
|
|||
|
||||
## AUR Packages
|
||||
echo "* install AUR pkgs"
|
||||
paru --needed --noconfirm -Syua - < aur_packages.txt
|
||||
paru --needed --noconfirm -Syua - < .scripts/aur_packages.txt
|
||||
|
||||
if ! pacman -Qi nvim-packer-git > /dev/null; then
|
||||
paru -S --needed --noconfirm nvim-packer-git
|
||||
|
|
Loading…
Reference in a new issue