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"