You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helper.sh There is an error yay Because it runs from root. Need in Helper.sh swap sudo pacman and yay.
Example as it should be:
function downdependencies () {
PACPKGS=$1
AURPKGS=$2
yay -Syu --needed - < $AURPKGS || true
sudo pacman -Syu --needed - < $PACPKGS || true
}
If it doesn't fix it yay will run from root, yay should be before sudo pacman
#7