Update pi.sh

This commit is contained in:
悟空的日常镜像仓库 2024-05-06 20:30:39 +08:00
parent 799a651946
commit 3bc9f02b42
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ install_casaos() {
# 更新自己 # 更新自己
update_scripts() { 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,现在将执行新脚本。" echo "脚本已更新并保存在当前目录 pi.sh,现在将执行新脚本。"
./pi.sh ${proxy} ./pi.sh ${proxy}
exit 0 exit 0