Updates
This commit is contained in:
parent
8a506585b7
commit
09f23e7ccd
@ -81,7 +81,7 @@ _forcePackagesPacman() {
|
|||||||
fi;
|
fi;
|
||||||
|
|
||||||
# printf "Package not installed:\n%s\n" "${toInstall[@]}";
|
# printf "Package not installed:\n%s\n" "${toInstall[@]}";
|
||||||
sudo pacman --noconfirm -S "${toInstall[@]}";
|
sudo pacman --noconfirm -S "${toInstall[@]}" --ask 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
_installPackagesYay() {
|
_installPackagesYay() {
|
||||||
@ -115,7 +115,7 @@ _forcePackagesYay() {
|
|||||||
fi;
|
fi;
|
||||||
|
|
||||||
# printf "AUR packags not installed:\n%s\n" "${toInstall[@]}";
|
# printf "AUR packags not installed:\n%s\n" "${toInstall[@]}";
|
||||||
yay --noconfirm -S "${toInstall[@]}";
|
yay --noconfirm -S "${toInstall[@]}" --ask 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user