Skip to content

Commit

Permalink
fix v2ray 1
Browse files Browse the repository at this point in the history
  • Loading branch information
liwenjie119 committed Oct 20, 2024
1 parent f0b2ec2 commit 5088203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-openwrt-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
run: cd openwrt && ./scripts/feeds update -a

- name: Install feeds
run: cd openwrt &&git clone https://github.com/liwenjie119/luci-app-v2ray-server feeds/luci/applications/luci-app-v2ray-server && ./scripts/feeds install -a
run: cd openwrt &&git clone https://github.com/liwenjie119/luci-app-v2ray-server feeds/luci/applications/luci-app-v2ray-server &&./scripts/feeds update -a&& ./scripts/feeds install -a

- name: Load custom configuration
run: |
Expand Down
1 change: 1 addition & 0 deletions x86_64.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ CONFIG_PACKAGE_luci-app-ttyd=y
CONFIG_PACKAGE_luci-app-v2ray-server=y
CONFIG_PACKAGE_luci-app-wrtbwmon=y
CONFIG_PACKAGE_luci-theme-argon-mod=y
CONFIG_PACKAGE_luci-theme-argon=y
CONFIG_PACKAGE_luci-theme-design=y
CONFIG_PACKAGE_luci-theme-material=y
CONFIG_PACKAGE_luci-theme-netgear=y
Expand Down

0 comments on commit 5088203

Please sign in to comment.