Skip to content

Commit fa0fc39

Browse files
authored
Update update_feeds.sh
1 parent 5c6d639 commit fa0fc39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/update_feeds.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ cd openwrt
1717
mkdir -p package/z-last-build-packages || true
1818
cd package/z-last-build-packages
1919

20-
git clone https://github.com/jerrykuku/luci-theme-argon.git
21-
git clone https://github.com/tty228/luci-app-serverchan
20+
#git clone https://github.com/jerrykuku/luci-theme-argon.git
21+
#git clone https://github.com/tty228/luci-app-serverchan
2222

2323
# install_package PACKAGE_DIR GIT_URL
2424
install_package() {
@@ -37,3 +37,5 @@ install_package() {
3737
# Note that to have it compiled, you also have to set its CONFIG_* options
3838
# Example:
3939
# install_package mentohust https://github.com/KyleRicardo/MentoHUST-OpenWrt-ipk.git
40+
install_package mentohust https://github.com/jerrykuku/luci-theme-argon.git
41+
install_package mentohust https://github.com/tty228/luci-app-serverchan

0 commit comments

Comments
 (0)