Selaa lähdekoodia

Update pihole-install.sh

tteckster 3 vuotta sitten
vanhempi
commit
dc9118e857
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      setup/pihole-install.sh

+ 5 - 0
setup/pihole-install.sh

@@ -49,6 +49,11 @@ echo -e "${CM}${CL} \r"
 echo -en "${GN} Network Connected: ${BL}$(hostname -I)${CL} "
 echo -e "${CM}${CL} \r"
 
+echo -en "${GN} Updating Container OS... "
+apt-get update &>/dev/null
+apt-get -qqy upgrade &>/dev/null
+echo -e "${CM}${CL} \r"
+
 echo -en "${GN} Installing Dependencies... "
 apt-get update &>/dev/null
 apt-get -qqy install \