Fix whois installation

rolling-testing
Inex Code 2021-11-18 21:57:16 +02:00
parent 7ebf4a501c
commit 6d7a2b9fae
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ infect() {
[ "$PROVIDER" = "digitalocean" ] && doNetConf=y # digitalocean requires detailed network config to be generated
apt update
apt install git tar wget curl whois
apt install -y git tar wget curl whois
checkEnv
prepareEnv
makeSwap # smallest (512MB) droplet needs extra memory!