Ubuntu 20.04

This commit is contained in:
Héctor Molinero Fernández
2020-04-24 00:15:12 +02:00
parent fbea781f5a
commit b23ce89bd9
2 changed files with 5 additions and 11 deletions

View File

@@ -41,20 +41,14 @@ build {
fail2ban \
htop \
iperf3 \
linux-generic \
nano \
openresolv \
qrencode \
ssh-import-id \
ufw \
unattended-upgrades \
unbound
EOF
,
<<EOF
printf "deb http://ppa.launchpad.net/wireguard/wireguard/ubuntu/ $(lsb_release -cs) main\n" > /etc/apt/sources.list.d/wireguard.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E1B39B6EF6DDB96564797591AE33835F504A1A25
apt-get update && apt-get install -yo DPkg::options::=--force-confold wireguard
unbound \
wireguard
EOF
,
<<EOF