From 2f32d462f2d29c667584bfdb6b623b706f771331 Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Wed, 23 Oct 2024 23:26:33 +0200 Subject: [PATCH] added sudo --- syssetup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/syssetup.sh b/syssetup.sh index 334b0ec..d596714 100755 --- a/syssetup.sh +++ b/syssetup.sh @@ -10,6 +10,9 @@ if [[ "$1" == "--help" || "$2" == "--help" ]]; then exit 0 fi +# Keep the sudo session alive +while true; do sudo -v; sleep 60; done & + # run the commands install_chaoticaur install_yay_aur