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