From 35f8094754603092abfe8d616cc25ed77b830786 Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Thu, 30 Dec 2021 00:25:15 +0800 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 081538a2..bccdb8ad 100755 --- a/build.sh +++ b/build.sh @@ -639,7 +639,6 @@ cd "$OMR_TARGET/source" echo "Update feeds index" cp .config .config.keep scripts/feeds clean -./scripts/feeds update -a && ./scripts/feeds install -a scripts/feeds install -a scripts/feeds update -a @@ -664,6 +663,7 @@ else fi cp .config.keep .config scripts/feeds install kmod-macremapper +./scripts/feeds update -a && ./scripts/feeds install -a echo "Done" if [ ! -f "../../$OMR_TARGET_CONFIG" ]; then