更新 install.sh

This commit is contained in:
coosld 2025-01-16 23:31:50 +08:00
parent 265870d3a4
commit dfcb09635d

View File

@ -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"