diff --git a/diy-part1.sh b/diy-part1.sh index 22e77cfe44..064725ebb5 100755 --- a/diy-part1.sh +++ b/diy-part1.sh @@ -4,7 +4,7 @@ # File name: diy-part1.sh # Description: OpenWrt DIY script part 1 (Before Update feeds) # -sed -i '/#src-git luci https:\/\/github.com\/coolsnowwolf\/luci$/s/^#//' feeds.conf.default && sed -i '/src-git luci https:\/\/github.com\/coolsnowwolf\/luci.git;openwrt-23.05$/s/^/#/' feeds.conf.default +#sed -i '/#src-git luci https:\/\/github.com\/coolsnowwolf\/luci$/s/^#//' feeds.conf.default && sed -i '/src-git luci https:\/\/github.com\/coolsnowwolf\/luci.git;openwrt-23.05$/s/^/#/' feeds.conf.default # Copyright (c) 2019-2024 P3TERX # # This is free software, licensed under the MIT License. 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