Skip to content

Commit

Permalink
Update prepare_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
super27035 authored Sep 6, 2024
1 parent 241e7c8 commit 277195c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SCRIPTS/prepare_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ sed -i 's/Os/O2/g' include/target.mk
# 在 feeds.conf.default 中添加 iStore 源
echo 'src-git istore https://github.com/linkease/istore;main' >> feeds.conf.default

# 添加 feeds.conf.default 中添加 poweroff 源
echo 'src-git poweroff https://github.com/super27035/luci-app-poweroff.git;master' >> feeds.conf.default


# 更新 Feeds
./scripts/feeds update -a
./scripts/feeds install -a
Expand Down

0 comments on commit 277195c

Please sign in to comment.