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 2020-10-14 09:21:23 +08:00
parent b49401e2ba
commit cb0aace946

View file

@ -19,7 +19,7 @@ _get_repo() (
git checkout -f "origin/$3" -B "build" 2>/dev/null || git checkout "$3" -B "build" git checkout -f "origin/$3" -B "build" 2>/dev/null || git checkout "$3" -B "build"
) )
OMR_DIST=${OMR_DIST:-antrouter} OMR_DIST=${OMR_DIST:-openmptcprouter}
OMR_HOST=${OMR_HOST:-$(curl -sS ifconfig.co)} OMR_HOST=${OMR_HOST:-$(curl -sS ifconfig.co)}
OMR_PORT=${OMR_PORT:-80} OMR_PORT=${OMR_PORT:-80}
OMR_KEEPBIN=${OMR_KEEPBIN:-no} OMR_KEEPBIN=${OMR_KEEPBIN:-no}