mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "253da053feff9c39142a58391eac08ccb6aa88f5" and "bb0a39e3c4c7189426d41b6c332b751791df65b7" have entirely different histories.
253da053fe
...
bb0a39e3c4
|
@ -17,7 +17,6 @@ msg_info "Installing Dependencies"
|
|||
$STD apt-get install -y curl
|
||||
$STD apt-get install -y sudo
|
||||
$STD apt-get install -y mc
|
||||
$STD apt-get install -y gpg
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Setting Up Hardware Acceleration"
|
||||
|
|
|
@ -22,9 +22,6 @@ msg_ok "Installed Dependencies"
|
|||
|
||||
msg_info "Installing WireGuard"
|
||||
$STD apt-get install -y wireguard wireguard-tools net-tools iptables
|
||||
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confnew" install -y iptables-persistent &>/dev/null
|
||||
$STD netfilter-persistent reload
|
||||
msg_ok "Installed WireGuard"
|
||||
|
||||
msg_info "Installing WGDashboard"
|
||||
|
|
Loading…
Reference in New Issue