diff --git a/build.sh b/build.sh index 07f18a14..15eebaba 100755 --- a/build.sh +++ b/build.sh @@ -43,7 +43,7 @@ SHORTCUT_FE=${SHORTCUT_FE:-no} OMR_RELEASE=${OMR_RELEASE:-$(git describe --tags `git rev-list --tags --max-count=1` | tail -1 | cut -d '-' -f1)} OMR_REPO=${OMR_REPO:-http://$OMR_HOST:$OMR_PORT/release/$OMR_RELEASE/$OMR_TARGET} -OMR_FEED_URL="${OMR_FEED_URL:-https://github.com/ysurac/openmptcprouter-feeds}" +OMR_FEED_URL="${OMR_FEED_URL:-https://github.com/suyuan168/openmptcprouter-feeds}" OMR_FEED_SRC="${OMR_FEED_SRC:-develop}" CUSTOM_FEED_URL="${CUSTOM_FEED_URL}" @@ -466,6 +466,7 @@ echo "Update feeds index" cp .config .config.keep scripts/feeds clean scripts/feeds update -a +scripts/feeds install -a #cd - #echo "Checking if fullconenat-luci patch is set or not"