Update gl-inet.sh

This commit is contained in:
悟空的日常镜像仓库 2024-03-24 12:35:51 +08:00
parent 6c5d6a3273
commit 94e64644b1
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ do_install_filemanager() {
}
#更新脚本
update_myself() {
wget -O gl-inet.sh https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/gl-inet.sh && chmod +x gl-inet.sh
wget -O gl-inet.sh https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/gl-inet.sh?$(date +%s) && chmod +x gl-inet.sh
echo "脚本已更新并保存在当前目录 gl-inet.sh,现在将执行新脚本。"
./gl-inet.sh
exit 0