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:
suyuan 2021-06-23 11:53:36 +08:00
parent 88da15c8d7
commit d9433dd00c

View file

@ -27,7 +27,7 @@ _get_repo() (
) )
OMR_DIST=${OMR_DIST:-openmptcprouter} OMR_DIST=${OMR_DIST:-openmptcprouter}
OMR_HOST=${OMR_HOST:-$(curl -sS ifconfig.co)} OMR_HOST=${OMR_HOST:-https://55860.com/bak/down/develop/5.4)}
OMR_PORT=${OMR_PORT:-80} OMR_PORT=${OMR_PORT:-80}
OMR_KEEPBIN=${OMR_KEEPBIN:-no} OMR_KEEPBIN=${OMR_KEEPBIN:-no}
OMR_IMG=${OMR_IMG:-yes} OMR_IMG=${OMR_IMG:-yes}
@ -466,6 +466,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"
##if ! patch -Rf -N -p1 -s --dry-run < patches/fullconenat-luci.patch; then ##if ! patch -Rf -N -p1 -s --dry-run < patches/fullconenat-luci.patch; then