From e55ddf0a5faa74262fc2ec4f15869cabce7afb89 Mon Sep 17 00:00:00 2001 From: wcbing Date: Mon, 27 Jan 2025 12:24:27 +0800 Subject: [PATCH] update utools --- get/utools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")