From ece934d473b408650def2bc73ce304246f07eb9c Mon Sep 17 00:00:00 2001 From: drunkendog Date: Thu, 24 Aug 2023 16:13:08 +0100 Subject: [PATCH] Remove docker sdk dependency and add jq --- setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index dcc33e8..fe75db6 100644 --- a/setup.sh +++ b/setup.sh @@ -5,9 +5,7 @@ export DEBIAN_FRONTEND=noninteractive apt-get update -y apt-get upgrade -y -apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup - -python3 -m pip install docker +apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup jq rm -rf /etc/nginx/sites-available/default rm -rf /etc/nginx/sites-enabled/default