mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Start to add the spinner back in!
This commit is contained in:
parent
07b7e8a1a6
commit
b79059ebdb
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ install_dependent_packages(){
|
||||||
|
|
||||||
for i in "${argArray1[@]}"; do
|
for i in "${argArray1[@]}"; do
|
||||||
echo -n "::: Checking for $i..."
|
echo -n "::: Checking for $i..."
|
||||||
package_check_install "${i}" > /dev/null
|
package_check_install "${i}" &> /dev/null & spinner $!
|
||||||
echo " installed!"
|
echo " installed!"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue