diff --git a/diy-part2.sh b/diy-part2.sh index 24d16264d9..c235053b7c 100755 --- a/diy-part2.sh +++ b/diy-part2.sh @@ -4,10 +4,10 @@ # File name: diy-part2.sh # Description: OpenWrt DIY script part 2 (After Update feeds) rm -rf feeds/luci/themes/luci-theme-argon -git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/downloads/luci-theme-argon -sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Makefile -#git clone https://github.com/jerrykuku/luci-theme-argon.git package/luci-theme-argon -#sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci-light/Makefile +#git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/downloads/luci-theme-argon +#sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Makefile +git clone https://github.com/jerrykuku/luci-theme-argon.git package/luci-theme-argon +sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci-light/Makefile git clone https://github.com/Internet1235/openwrt-iptvhelper.git package/iptvhelper git clone https://github.com/esirplayground/luci-app-poweroff.git package/luci-app-poweroff git clone https://github.com/sirpdboy/luci-app-ddns-go.git package/ddns-go