From 93d4aa186854c498f3e3f70424cffff09cf48c01 Mon Sep 17 00:00:00 2001 From: Akatsukiro Date: Wed, 17 Jan 2024 12:48:21 +0800 Subject: [PATCH] =?UTF-8?q?delete:=20=E5=88=A0=E9=99=A4=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index e61a89d..b584a87 100644 --- a/install.sh +++ b/install.sh @@ -47,11 +47,9 @@ pre_check() { fi if [[ -z "${CN}" ]]; then - # SCRIPT_RAW_URL="raw.githubusercontent.com/akastukiro/Lsky-Pro-install-script/master" LSKYPRO_RELEASE_URL="github.com/lsky-org/lsky-pro/releases/download" LSKY_VERSION=$(curl -s "https://api.github.com/repos/lsky-org/lsky-pro/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') else - # SCRIPT_RAW_URL= LSKYPRO_RELEASE_URL="github.com/lsky-org/lsky-pro/releases/download" LSKY_VERSION=$(curl -s "https://api.github.com/repos/lsky-org/lsky-pro/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') fi