mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2025-03-21 04:59:32 +00:00
do not install wget
This commit is contained in:
parent
89b1f212ea
commit
4c0072fa7c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue