1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-19 06:38:17 +00:00

Start to add the spinner back in!

This commit is contained in:
Dan Schaper 2016-10-10 06:46:30 -07:00
parent 07b7e8a1a6
commit b79059ebdb

View File

@ -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
}