Skip to content

Commit

Permalink
Change the packages feeds repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Internet1235 committed Dec 18, 2024
1 parent 1fef0fe commit b659666
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion diy-part1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://p3terx.com>
#
# This is free software, licensed under the MIT License.
Expand Down
8 changes: 4 additions & 4 deletions diy-part2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b659666

Please sign in to comment.