From 4476f497cb129a7e5bb9a4a2d0227e05b8ad389e Mon Sep 17 00:00:00 2001 From: drunkendog Date: Sat, 26 Aug 2023 19:54:18 +0100 Subject: [PATCH] Remove `cd` into scripts/ directory in setup script --- setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.sh b/setup.sh index fe75db6..5aed0b8 100644 --- a/setup.sh +++ b/setup.sh @@ -11,6 +11,3 @@ rm -rf /etc/nginx/sites-available/default rm -rf /etc/nginx/sites-enabled/default git clone https://git.162536.xyz/drunkendog/standard-build.git - -cd standard-build/scripts -exec bash \ No newline at end of file