mirror of
https://github.com/JonasunderscoreJones/ArchSystemSetup.git
synced 2025-10-22 19:19:20 +02:00
added sudo
This commit is contained in:
parent
a7b4fc77d9
commit
2f32d462f2
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ if [[ "$1" == "--help" || "$2" == "--help" ]]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Keep the sudo session alive
|
||||||
|
while true; do sudo -v; sleep 60; done &
|
||||||
|
|
||||||
# run the commands
|
# run the commands
|
||||||
install_chaoticaur
|
install_chaoticaur
|
||||||
install_yay_aur
|
install_yay_aur
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue