diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 14:23:11 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 14:23:11 +0100 |
commit | 25e9086d655e5be01f0238881cc8c96b5bd40b29 (patch) | |
tree | 5fc8327c72941c71ab33f1338f7eb9a0daa3b7a2 /joes-arch-install.sh | |
parent | Sleep 1 (diff) | |
download | arch-installer-25e9086d655e5be01f0238881cc8c96b5bd40b29.tar.gz arch-installer-25e9086d655e5be01f0238881cc8c96b5bd40b29.tar.bz2 arch-installer-25e9086d655e5be01f0238881cc8c96b5bd40b29.tar.xz arch-installer-25e9086d655e5be01f0238881cc8c96b5bd40b29.tar.zst arch-installer-25e9086d655e5be01f0238881cc8c96b5bd40b29.zip |
sleep 0.5 is enough
Diffstat (limited to 'joes-arch-install.sh')
-rwxr-xr-x | joes-arch-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joes-arch-install.sh b/joes-arch-install.sh index 9c04ab8..bc212f6 100755 --- a/joes-arch-install.sh +++ b/joes-arch-install.sh @@ -286,7 +286,7 @@ jo_pacstrap() { dialog --title "$1" --infobox "Installing $1" 3 "$diaglen" if pacstrap /mnt/arch "$1" > /dev/null 2>&1; then dialog --title "$1" --infobox "$1 installed" 3 "$diaglen" - sleep 1 + sleep 0.5 fi } #==================================================================================================# |