mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2025-02-18 07:14:57 +00:00
Fix whois installation
This commit is contained in:
parent
7ebf4a501c
commit
6d7a2b9fae
|
@ -338,7 +338,7 @@ infect() {
|
||||||
[ "$PROVIDER" = "digitalocean" ] && doNetConf=y # digitalocean requires detailed network config to be generated
|
[ "$PROVIDER" = "digitalocean" ] && doNetConf=y # digitalocean requires detailed network config to be generated
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
apt install git tar wget curl whois
|
apt install -y git tar wget curl whois
|
||||||
checkEnv
|
checkEnv
|
||||||
prepareEnv
|
prepareEnv
|
||||||
makeSwap # smallest (512MB) droplet needs extra memory!
|
makeSwap # smallest (512MB) droplet needs extra memory!
|
||||||
|
|
Loading…
Reference in a new issue