mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
uncomment the apt-get update/upgrade!
This commit is contained in:
parent
a539dc41f3
commit
cf3aea8075
1 changed files with 3 additions and 2 deletions
|
@ -298,10 +298,10 @@ checkForDependencies(){
|
|||
echo ":::"
|
||||
#update package lists
|
||||
echo -n "::: Updating package list before install...."
|
||||
#$SUDO apt-get -qq update & spinner $!
|
||||
$SUDO apt-get -qq update & spinner $!
|
||||
echo " done!"
|
||||
echo -n "::: Upgrading installed apt-get packages...."
|
||||
#$SUDO apt-get -y -qq upgrade & spinner $!
|
||||
$SUDO apt-get -y -qq upgrade & spinner $!
|
||||
echo " done!"
|
||||
|
||||
echo ":::"
|
||||
|
@ -423,6 +423,7 @@ runGravity(){
|
|||
#Don't run as SUDO, this was causing issues
|
||||
/usr/local/bin/gravity.sh
|
||||
$SUDO echo "::: ...done."
|
||||
echo ":::"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue