mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update pihole_setup.sh
This commit is contained in:
parent
5390e81248
commit
4a097c0390
@ -28,8 +28,9 @@ locale-gen >/dev/null
|
||||
apt-get -y purge openssh-{client,server} >/dev/null
|
||||
apt-get autoremove >/dev/null
|
||||
|
||||
msg "Updating LXC OS..."
|
||||
#apt-get update >/dev/null
|
||||
# Update container OS
|
||||
msg "Updating container OS..."
|
||||
apt update &>/dev/null
|
||||
apt-get -qqy upgrade &>/dev/null
|
||||
|
||||
msg "Installing Prerequisites..."
|
||||
|
Loading…
Reference in New Issue
Block a user