From ca57c8382f6c8abfb3a78363270ea4157aebcbac Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Thu, 6 May 2021 22:17:09 +0800 Subject: [PATCH] =?UTF-8?q?V5.7.2=20=E8=B0=83=E6=95=B4=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=8E=B7=E5=8F=96=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/AutoUpdate.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Scripts/AutoUpdate.sh b/Scripts/AutoUpdate.sh index f83239d..cff0de6 100755 --- a/Scripts/AutoUpdate.sh +++ b/Scripts/AutoUpdate.sh @@ -3,7 +3,7 @@ # AutoBuild Module by Hyy2001 # AutoUpdate for Openwrt -Version=V5.7.1 +Version=V5.7.2 Shell_Helper() { cat < /tmp/Package_list -CURRENT_Version="$(awk 'NR==1' /etc/openwrt_info)" -Github="$(awk 'NR==2' /etc/openwrt_info)" Github_Release="${Github}/releases/download/AutoUpdate" Author="${Github##*com/}" CLOUD_Script="Hyy2001X/AutoBuild-Actions/master/Scripts/AutoUpdate.sh" Github_Tags="https://api.github.com/repos/${Author}/releases/latest" Github_Raw="https://raw.githubusercontent.com" -DEFAULT_Device="$(awk 'NR==3' /etc/openwrt_info)" -Firmware_Type="$(awk 'NR==4' /etc/openwrt_info)" _PROXY_Release="https://download.fastgit.org" TMP_Available="$(df -m | grep "/tmp" | awk '{print $4}' | awk 'NR==1' | awk -F. '{print $1}')" Overlay_Available="$(df -h | grep ":/overlay" | awk '{print $4}' | awk 'NR==1')"