mirror of https://github.com/tteck/Proxmox.git
Compare commits
10 Commits
bb0a39e3c4
...
253da053fe
Author | SHA1 | Date |
---|---|---|
tteckster | 253da053fe | |
tteckster | 3fc4aa4a6e | |
tteckster | 9ad778ca52 | |
tteckster | 9d76662d76 | |
tteckster | fef858ed7b | |
tteckster | 4844a00316 | |
tteckster | d5e66a25ff | |
tteckster | 2281a20b75 | |
tteckster | 21abd09052 | |
kabroxiko | 7d77be87d5 |
|
@ -17,6 +17,7 @@ msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y curl
|
$STD apt-get install -y curl
|
||||||
$STD apt-get install -y sudo
|
$STD apt-get install -y sudo
|
||||||
$STD apt-get install -y mc
|
$STD apt-get install -y mc
|
||||||
|
$STD apt-get install -y gpg
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Setting Up Hardware Acceleration"
|
msg_info "Setting Up Hardware Acceleration"
|
||||||
|
|
|
@ -22,6 +22,9 @@ msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing WireGuard"
|
msg_info "Installing WireGuard"
|
||||||
$STD apt-get install -y wireguard wireguard-tools net-tools iptables
|
$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_ok "Installed WireGuard"
|
||||||
|
|
||||||
msg_info "Installing WGDashboard"
|
msg_info "Installing WGDashboard"
|
||||||
|
|
Loading…
Reference in New Issue