diff --git a/devices/HC5962/diy-part2.sh b/devices/HC5962/diy-part2.sh index 1f09120..e35ea10 100644 --- a/devices/HC5962/diy-part2.sh +++ b/devices/HC5962/diy-part2.sh @@ -17,7 +17,9 @@ sed -i 's/192.168.1.1/192.168.199.1/g' package/base-files/files/bin/config_gener sed -i "s/hostname='OpenWrt'/hostname='HIWIFI'/" package/base-files/files/bin/config_generate # Modify default theme -rm -rf package/lean/luci-theme-argon +# rm -rf package/lean/luci-theme-argon +find ./ -name luci-theme-argon | xargs rm -rf; +find ./ -name luci-app-argon-config | xargs rm -rf; git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/lean/luci-theme-argon sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Makefile diff --git a/devices/JDC-RE-SP-01B/diy-part2.sh b/devices/JDC-RE-SP-01B/diy-part2.sh index 5d9ff8d..964cf87 100644 --- a/devices/JDC-RE-SP-01B/diy-part2.sh +++ b/devices/JDC-RE-SP-01B/diy-part2.sh @@ -17,7 +17,9 @@ sed -i 's/192.168.1.1/192.168.199.1/g' package/base-files/files/bin/config_gener sed -i "s/hostname='OpenWrt'/hostname='JDCloud'/" package/base-files/files/bin/config_generate # Modify default theme -rm -rf package/lean/luci-theme-argon +# rm -rf package/lean/luci-theme-argon +find ./ -name luci-theme-argon | xargs rm -rf; +find ./ -name luci-app-argon-config | xargs rm -rf; git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/lean/luci-theme-argon sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Makefile diff --git a/devices/K2P/diy-part2.sh b/devices/K2P/diy-part2.sh index b9ebe7b..96d66b7 100644 --- a/devices/K2P/diy-part2.sh +++ b/devices/K2P/diy-part2.sh @@ -17,7 +17,9 @@ sed -i 's/192.168.1.1/192.168.199.1/g' package/base-files/files/bin/config_gener sed -i "s/hostname='OpenWrt'/hostname='K2P'/" package/base-files/files/bin/config_generate # Modify default theme -rm -rf package/lean/luci-theme-argon +# rm -rf package/lean/luci-theme-argon +find ./ -name luci-theme-argon | xargs rm -rf; +find ./ -name luci-app-argon-config | xargs rm -rf; git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/lean/luci-theme-argon sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Makefile diff --git a/devices/x86_64/diy-part2.sh b/devices/x86_64/diy-part2.sh index 71cac44..a146f99 100644 --- a/devices/x86_64/diy-part2.sh +++ b/devices/x86_64/diy-part2.sh @@ -14,7 +14,9 @@ sed -i 's/192.168.1.1/192.168.199.1/g' package/base-files/files/bin/config_generate # Modify default theme -rm -rf package/lean/luci-theme-argon +# rm -rf package/lean/luci-theme-argon +find ./ -name luci-theme-argon | xargs rm -rf; +find ./ -name luci-app-argon-config | xargs rm -rf; git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/lean/luci-theme-argon sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Makefile @@ -22,4 +24,4 @@ sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Ma git clone https://github.com/destan19/OpenAppFilter package/OpenAppFilter git clone https://github.com/lisaac/luci-app-dockerman package/luci-app-dockerman git clone https://github.com/MapesxGM/luci-app-tencentddns package/luci-app-tencentddns -git clone https://github.com/jerrykuku/luci-app-argon-config package/luci-app-argon-config \ No newline at end of file +git clone https://github.com/jerrykuku/luci-app-argon-config package/luci-app-argon-config