From 61f8040b0d80a03627f7b06b569ebc9e5f1c6c5d Mon Sep 17 00:00:00 2001 From: drunkendog Date: Sat, 26 Aug 2023 19:54:36 +0100 Subject: [PATCH] Remove git clone --- setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index 5aed0b8..bf75c4d 100644 --- a/setup.sh +++ b/setup.sh @@ -8,6 +8,4 @@ apt-get upgrade -y 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 - -git clone https://git.162536.xyz/drunkendog/standard-build.git +rm -rf /etc/nginx/sites-enabled/default \ No newline at end of file