Skip to content

Commit

Permalink
Update c14
Browse files Browse the repository at this point in the history
  • Loading branch information
carrot93 committed Mar 29, 2024
1 parent ab9ffbd commit ba48698
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,11 @@ jobs:
# git clone https://github.com/AutoCONFIG/luci-app-turboacc.git feeds/luci/applications/luci-app-turboacc
- name: Update feeds
run: cd openwrt && ./scripts/feeds update -a

run: |
cd openwrt && ./scripts/feeds update -a
sed -i 's/Dreamacro/BackupTime/g' package/openwrt-clash/Makefile
sed -i 's/dreamacro/chmod777john/g' package/openwrt-clash/Makefile
- name: Install feeds
run: cd openwrt && ./scripts/feeds install -a

Expand Down

0 comments on commit ba48698

Please sign in to comment.