Set PACMAN_AUTH to prevent repeated sudo password prompts

This commit is contained in:
tmcnulty387
2025-12-03 13:23:41 -05:00
parent b0c396aa21
commit 20d60a11f7
+5
View File
@@ -43,6 +43,11 @@ if ! command -v pacman >/dev/null 2>&1; then
exit 1
fi
# Keep makepkg from resetting sudo credentials
if [[ -z "${PACMAN_AUTH:-}" ]]; then
export PACMAN_AUTH="sudo"
fi
showfun remove_deprecated_dependencies
v remove_deprecated_dependencies