mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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
|
||||
echo -n "::: Checking for $i..."
|
||||
package_check_install "${i}" > /dev/null
|
||||
package_check_install "${i}" &> /dev/null & spinner $!
|
||||
echo " installed!"
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue