Skip to content

Commit ac9880a

Browse files
author
zhengmz-docker
committed
update workflows/HiWiFi.yml
1 parent 7b56d53 commit ac9880a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/HiWiFi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
git clone --depth=1 https://github.com/zhengmz/luci-app-eqos.git $EXTRA_DIR/luci-app-eqos
208208
git clone --depth=1 https://github.com/destan19/OpenAppFilter.git $EXTRA_DIR/OpenAppFilter
209209
git clone --depth=1 https://github.com/kiddin9/luci-app-dnsfilter.git $EXTRA_DIR/luci-app-dnsfilter
210-
git clone --depth=1 https://github.com/jerrykuku/luci-app-argon-config.git $EXTRA_DIR/luci-app-argon-config
210+
#git clone --depth=1 https://github.com/jerrykuku/luci-app-argon-config.git $EXTRA_DIR/luci-app-argon-config
211211
#git clone --depth=1 https://github.com/shadowsocks/luci-app-shadowsocks.git $EXTRA_DIR/luci-app-shadowsocks
212212
#sed -i '/routing/d' ./feeds.conf.default
213213
#echo "src-git routing https://git.openwrt.org/feed/routing.git;openwrt-21.02" >> ./feeds.conf.default
@@ -219,8 +219,8 @@ jobs:
219219
./scripts/feeds update -a
220220
#rm -fr feeds/routing/batman-adv
221221
#svn co https://github.com/openwrt/routing/branches/openwrt-22.03/batman-adv/ feeds/routing/batman-adv
222-
rm -fr feeds/luci/themes/luci-theme-argon
223-
git clone --depth=1 -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git feeds/luci/themes/luci-theme-argon
222+
#rm -fr feeds/luci/themes/luci-theme-argon
223+
#git clone --depth=1 -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git feeds/luci/themes/luci-theme-argon
224224
225225
- name: Install feeds
226226
if: env.BUILD_IMG == 'true'

0 commit comments

Comments
 (0)