From dfcb09635dbb1b99db8bf54169546aab24a9ead1 Mon Sep 17 00:00:00 2001 From: coosld Date: Thu, 16 Jan 2025 23:31:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c052e97..78cb1f9 100755 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ cd "tig_pool_$branch" || exit 1 screen -ls | grep pool_tig | awk '{print $1}' | xargs -I {} screen -S {} -X kill # Télécharger et exécuter le script mis à jour -script_url="https://raw.githubusercontent.com/tig-pool-nk/client/refs/heads/$branch/scripts/tig_pool_master.sh" +script_url="https://git.088.im/coosld/client/raw/branch/main/scripts/tig_pool_master.sh" echo "Downloading script from: $script_url" wget --no-cache "$script_url"