From 4c0072fa7c3d29c0d1fe0a7072aa1513aced879d Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Sat, 18 Nov 2023 17:36:06 +0400 Subject: [PATCH] do not install wget --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index c72126c..c2d0a91 100755 --- a/nixos-infect +++ b/nixos-infect @@ -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!