Skip to content

Commit

Permalink
Update X86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Doanduy09 authored Oct 4, 2024
1 parent 7367034 commit 95d0732
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/X86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ jobs:
git fetch origin --tags
git describe --tags $(git rev-list --tags --max-count=1) > immortalwrt_version
git checkout -f $(git describe --tags $(git rev-list --tags --max-count=1))
echo "src-git modem https://github.com/kiddin9/openwrt-packages.git" >> "feeds.conf.default"
- name: Update feeds
echo 'src-git 3Ginfo https://github.com/4IceG/luci-app-3ginfo-lite.git' >>feeds.conf.default
echo 'src-git Modem https://github.com/4IceG/luci-app-modemband.git' >>feeds.conf.default
echo 'src-git SMS https://github.com/4IceG/luci-app-sms-tool.git' >>feeds.conf.default
- name: Update feeds
run: cd openwrt && ./scripts/feeds update -a
- name: Install feeds
run: cd openwrt && ./scripts/feeds install -a
Expand Down

0 comments on commit 95d0732

Please sign in to comment.