Update install.sh

Increased to 1 sec delay for installing base
This commit is contained in:
Ja.KooLit 2024-08-08 15:41:48 +00:00 committed by GitHub
parent 3502766cd7
commit 7ebfa06c3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -172,12 +172,12 @@ printf "\n"
# Ensuring all in the scripts folder are made executable # Ensuring all in the scripts folder are made executable
chmod +x install-scripts/* chmod +x install-scripts/*
sleep 0.5 sleep 1
# Ensuring base-devel is installed # Ensuring base-devel is installed
execute_script "00-base.sh" execute_script "00-base.sh"
sleep 0.5 sleep 1
execute_script "pacman.sh" execute_script "pacman.sh"
sleep 0.5 sleep 1
# Execute AUR helper script based on user choice # Execute AUR helper script based on user choice
if [ "$aur_helper" == "paru" ]; then if [ "$aur_helper" == "paru" ]; then
execute_script "paru.sh" execute_script "paru.sh"