Update haos-vm.sh

- Change spinner
This commit is contained in:
tteckster 2024-01-19 13:17:58 -05:00 committed by GitHub
parent 6f4501c7a3
commit 052b2f3982
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ fi
function spinner() { function spinner() {
printf "\e[?25l" printf "\e[?25l"
spinner="/-\\|/-\\|" spinner="◐◓◑◒"
spin_i=0 spin_i=0
while true; do while true; do
printf "\b%s" "${spinner:spin_i++%${#spinner}:1}" printf "\b%s" "${spinner:spin_i++%${#spinner}:1}"