From 3bc9f02b42b1f22555e4cbc9edd13f16e00ab045 Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Mon, 6 May 2024 20:30:39 +0800 Subject: [PATCH] Update pi.sh --- zero3/pi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zero3/pi.sh b/zero3/pi.sh index fc69fb3..f857c3d 100644 --- a/zero3/pi.sh +++ b/zero3/pi.sh @@ -439,7 +439,7 @@ install_casaos() { # 更新自己 update_scripts() { - wget -O pi.sh ${proxy}https://raw.githubusercontent.com/wukongdaily/OrangePiShell/master/zero3/pi.sh && chmod +x pi.sh + wget -O pi.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/pi.sh && chmod +x pi.sh echo "脚本已更新并保存在当前目录 pi.sh,现在将执行新脚本。" ./pi.sh ${proxy} exit 0