Skip to content

Commit

Permalink
Fix yacd
Browse files Browse the repository at this point in the history
  • Loading branch information
fanck0605 committed Feb 11, 2025
1 parent e041184 commit 22e9852
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,6 @@ init_packages() {
# ddns-scripts
cp -rf "$PROJ_DIR/immortalwrt-packages/net/ddns-scripts_aliyun" feeds/packages/net/ddns-scripts_aliyun
cp -rf "$PROJ_DIR/immortalwrt-packages/net/ddns-scripts_dnspod" feeds/packages/net/ddns-scripts_dnspod

# 注意下面的脚本不会影响克隆到 feeds 的源码
# zh_cn to zh_Hans
cd "$PROJ_DIR/openwrt/package"
"$PROJ_DIR/scripts/convert_translation.sh"

# create acl files
cd "$PROJ_DIR/openwrt"
"$PROJ_DIR/scripts/create_acl_for_luci.sh" -a
"$PROJ_DIR/scripts/create_acl_for_luci.sh" -c
}

# 这里将安装 feeds 中所有的软件包, 并读取 config.seed 来生成默认配置文件
Expand Down

0 comments on commit 22e9852

Please sign in to comment.