Fix mode bug
This commit is contained in:
parent
16db5eec18
commit
4440e6dd4a
|
@ -23,7 +23,7 @@ installAurDeps() {
|
||||||
done
|
done
|
||||||
if [ "${#aurPkgs[@]}" -gt 0 ]; then
|
if [ "${#aurPkgs[@]}" -gt 0 ]; then
|
||||||
pacman -S --noconfirm --needed git
|
pacman -S --noconfirm --needed git
|
||||||
git clone https://aur.archlinux.org/paru-bin.git
|
sudo -u calbuilder git clone https://aur.archlinux.org/paru-bin.git
|
||||||
cd paru-bin; sudo -Hu calbuilder makepkg -si --noconfirm; cd ..
|
cd paru-bin; sudo -Hu calbuilder makepkg -si --noconfirm; cd ..
|
||||||
for aurPkg in "${aurPkgs[@]}"; do
|
for aurPkg in "${aurPkgs[@]}"; do
|
||||||
paru -S --noconfirm "$aurPkg"
|
paru -S --noconfirm "$aurPkg"
|
||||||
|
|
Loading…
Reference in New Issue