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:16:18 +08:00
parent 67a18f3f0e
commit 7f95de3466

View file

@ -636,6 +636,7 @@ echo "Update feeds index"
cp .config .config.keep cp .config .config.keep
scripts/feeds clean scripts/feeds clean
scripts/feeds update -a scripts/feeds update -a
scripts/feeds install -a
#cd - #cd -
#echo "Checking if fullconenat-luci patch is set or not" #echo "Checking if fullconenat-luci patch is set or not"
@ -656,7 +657,6 @@ if [ -n "$CUSTOM_FEED" ]; then
else else
scripts/feeds install -a -d y -f -p openmptcprouter scripts/feeds install -a -d y -f -p openmptcprouter
fi fi
exit
cp .config.keep .config cp .config.keep .config
scripts/feeds install kmod-macremapper scripts/feeds install kmod-macremapper
echo "Done" echo "Done"