From a138d1197c9109f88442c17cb804f9c45b6329ba Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:05:56 +0800 Subject: [PATCH] Update r2s_lean.yml --- .github/workflows/r2s_lean.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/r2s_lean.yml b/.github/workflows/r2s_lean.yml index e89c102..95ea0af 100644 --- a/.github/workflows/r2s_lean.yml +++ b/.github/workflows/r2s_lean.yml @@ -98,6 +98,7 @@ jobs: #./scripts/feeds clean -a ./scripts/feeds update -a && ./scripts/feeds install -a sed -i '/Load Average/i\<%:CPU Temperature%><%=luci.sys.exec("cut -c1-2 /sys/class/thermal/thermal_zone0/temp")%>' feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm + sed -i 's/pcdata(boardinfo.system or "?")/"ARMv8"/' feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm - name: Build FriendlyWrt run: |