From 83031c5cf34331b35667eb78087836eadad4eaad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Thu, 29 Dec 2022 01:49:17 +0100 Subject: [PATCH] Update Builder.sh --- static/Focal/mod/Builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/Focal/mod/Builder.sh b/static/Focal/mod/Builder.sh index 5e5cf3e..c2fbd49 100644 --- a/static/Focal/mod/Builder.sh +++ b/static/Focal/mod/Builder.sh @@ -1,5 +1,5 @@ #!/bin/bash -curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/theraw-broken-lua/version > /tmp/version; source /tmp/version +curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/version > /tmp/version; source /tmp/version sudo apt-get install libpcre2-dev mercurial -y; mkdir -p /opt/mod; mkdir -p /opt/nginx