mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 03:51:27 +00:00
do not install wget
This commit is contained in:
parent
89b1f212ea
commit
4c0072fa7c
|
@ -348,7 +348,7 @@ set -o xtrace
|
|||
set -o errexit
|
||||
|
||||
apt update
|
||||
apt install -y git tar wget curl jq
|
||||
apt install -y git tar curl jq
|
||||
checkEnv
|
||||
prepareEnv
|
||||
makeSwap # smallest (512MB) droplet needs extra memory!
|
||||
|
|
Loading…
Reference in a new issue