fix bug for h menu

https://github.com/wukongdaily/gl-inet-onescript/issues/5
This commit is contained in:
悟空的日常镜像仓库 2023-11-13 10:22:52 +08:00
parent 4f5a850083
commit a5fe38011b
1 changed files with 2 additions and 0 deletions

View File

@ -262,6 +262,8 @@ set_glfan_temp() {
} }
rollback_old_version() { rollback_old_version() {
setup_software_source 0
opkg install bash
download_url="https://github.com/wukongdaily/gl-inet-onescript/raw/1f25c161512e9b416227f60656e8c2139c993f69/gl-inet.run" download_url="https://github.com/wukongdaily/gl-inet-onescript/raw/1f25c161512e9b416227f60656e8c2139c993f69/gl-inet.run"
local_file_path="/tmp/gl-inet.run" local_file_path="/tmp/gl-inet.run"
wget -O "$local_file_path" "$download_url" wget -O "$local_file_path" "$download_url"