mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
upgrade InfluxDB to v2
This commit is contained in:
parent
cdf9a6ba35
commit
9f3c682c05
156 changed files with 841 additions and 462 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue