From 7ebfa06c3b186f9bec0bcf268fae401ba67dfc2a Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:41:48 +0000 Subject: [PATCH] Update install.sh Increased to 1 sec delay for installing base --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 098020e..da123dc 100755 --- a/install.sh +++ b/install.sh @@ -172,12 +172,12 @@ printf "\n" # Ensuring all in the scripts folder are made executable chmod +x install-scripts/* -sleep 0.5 +sleep 1 # Ensuring base-devel is installed execute_script "00-base.sh" -sleep 0.5 +sleep 1 execute_script "pacman.sh" -sleep 0.5 +sleep 1 # Execute AUR helper script based on user choice if [ "$aur_helper" == "paru" ]; then execute_script "paru.sh"