Update install.func

slow spinner
This commit is contained in:
tteckster 2024-04-02 11:05:06 -04:00 committed by GitHub
parent d01a18dbaf
commit 2e36b903ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ spinner() {
spin_i=0
while true; do
printf "\b%s" "${spinner:spin_i++%${#spinner}:1}"
sleep 0.1
sleep 0.2
done
}