Refresh package database
This commit is contained in:
parent
6d8e3b8c33
commit
627924230d
|
@ -29,7 +29,7 @@ installAurDeps() {
|
|||
fi
|
||||
done
|
||||
if [ "${#aurPkgs[@]}" -gt 0 ]; then
|
||||
pacman -S --noconfirm --needed git
|
||||
pacman -Syu --noconfirm --needed git
|
||||
sudo -u calbuilder git clone https://aur.archlinux.org/paru-bin.git
|
||||
cd paru-bin; sudo -Hu calbuilder makepkg -si --noconfirm; cd ..
|
||||
for aurPkg in "${aurPkgs[@]}"; do
|
||||
|
|
Loading…
Reference in New Issue