upgrade InfluxDB to v2

This commit is contained in:
hungnt612 2022-09-26 10:50:15 +07:00
parent cdf9a6ba35
commit 9f3c682c05
156 changed files with 841 additions and 462 deletions

View file

@ -76,8 +76,8 @@ apt-get install -y ntp &>/dev/null
msg_ok "Installed Dependencies"
msg_info "Installing Pi-hole"
wget -O tteck-install.sh https://install.pi-hole.net &>/dev/null
bash tteck-install.sh
wget -O hungnt612-install.sh https://install.pi-hole.net &>/dev/null
bash hungnt612-install.sh
msg_ok "Installed Pi-hole"
PASS=$(grep -w "root" /etc/shadow | cut -b6);
@ -101,5 +101,5 @@ msg_ok "Customized Container"
msg_info "Cleaning up"
apt-get autoremove >/dev/null
apt-get autoclean >/dev/null
rm -rf /var/{cache,log}/* /var/lib/apt/lists/* /root/tteck-install.sh
rm -rf /var/{cache,log}/* /var/lib/apt/lists/* /root/hungnt612-install.sh
msg_ok "Cleaned"