diff --git a/.github/workflows/r2s_lean.yml b/.github/workflows/r2s_lean.yml index c3a3a93..b0151c6 100644 --- a/.github/workflows/r2s_lean.yml +++ b/.github/workflows/r2s_lean.yml @@ -90,10 +90,12 @@ jobs: sed -i '/8.8.8.8/d' package/base-files/files/root/setup.sh echo -e '\nDYC Build\n' >> package/base-files/files/etc/banner - - name: Clean Feeds + - name: Mod luci run: | cd friendlywrt-rk3328/friendlywrt - ./scripts/feeds clean -a + #./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 - name: Build FriendlyWrt run: |