From b3bd70996a6ea274bfca89013474494051c2a0e0 Mon Sep 17 00:00:00 2001 From: kaboom <58372747+kaboombot@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:59:56 +0300 Subject: [PATCH] Use Scissors 1.20.2 --- scripts/fetch_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch_server.sh b/scripts/fetch_server.sh index d3b73f6..009f0f5 100755 --- a/scripts/fetch_server.sh +++ b/scripts/fetch_server.sh @@ -3,7 +3,7 @@ mkdir -p fetched_server -curl -L https://ci.plex.us.org/job/Scissors/job/1.20.1/lastSuccessfulBuild/artifact/*zip*/archive.zip > archive.zip +curl -L https://ci.plex.us.org/job/Scissors/job/1.20.2/lastSuccessfulBuild/artifact/*zip*/archive.zip > archive.zip unzip -o archive.zip mv archive/build/libs/scissors-*.jar fetched_server/server.jar