diff --git a/get/utools.sh b/get/utools.sh index e986ec9..49659e8 100644 --- a/get/utools.sh +++ b/get/utools.sh @@ -1,4 +1,4 @@ -WEB_CONTENT=$(curl -s "https://u.tools/download/") +WEB_CONTENT=$(curl -s "https://www.u-tools.cn/download/") X64_URL=$(echo $WEB_CONTENT | grep -o "https://[^ ]*amd64\.deb")