1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Update build.sh

This commit is contained in:
suyuan168 2021-12-30 18:07:21 +08:00
parent 84a13caaf4
commit cab3907882

View file

@ -634,7 +634,6 @@ echo "Done"
cd "$OMR_TARGET/source"
echo "Update feeds index"
cp .config .config.keep
exit
scripts/feeds clean
scripts/feeds update -a
@ -657,6 +656,7 @@ if [ -n "$CUSTOM_FEED" ]; then
else
scripts/feeds install -a -d y -f -p openmptcprouter
fi
exit
cp .config.keep .config
scripts/feeds install kmod-macremapper
echo "Done"