From 6d7a2b9fae1c2741186169f6e15ca641fec8c673 Mon Sep 17 00:00:00 2001 From: inex Date: Thu, 18 Nov 2021 21:57:16 +0200 Subject: [PATCH] Fix whois installation --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 9488b01..b820f41 100755 --- a/nixos-infect +++ b/nixos-infect @@ -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!