From bc2be40c75b1c790f8021b4c773b3ae8fb1d7704 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Sat, 26 Aug 2023 19:57:48 +0100 Subject: [PATCH] Re-add git clone --- setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index bf75c4d..a7879b3 100644 --- a/setup.sh +++ b/setup.sh @@ -8,4 +8,6 @@ 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 \ No newline at end of file +rm -rf /etc/nginx/sites-enabled/default + +git clone https://git.162536.xyz/drunkendog/standard-build.git \ No newline at end of file