mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 20:31:54 +00:00
Change update repo path
This commit is contained in:
parent
c545c98f10
commit
1ec0bd34be
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -16,7 +16,7 @@ _get_repo() {
|
|||
OMR_DIST=${OMR_DIST:-openmptcprouter}
|
||||
OMR_HOST=${OMR_HOST:-$(curl -sS ifconfig.co)}
|
||||
OMR_PORT=${OMR_PORT:-8000}
|
||||
OMR_REPO=${OMR_REPO:-http://$OMR_HOST:$OMR_PORT/$OMR_PATH}
|
||||
OMR_REPO=${OMR_REPO:-http://$OMR_HOST:$OMR_PORT/release}
|
||||
OMR_KEEPBIN=${OMR_KEEPBIN:-no}
|
||||
OMR_IMG=${OMR_IMG:-no}
|
||||
OMR_UEFI=${OMR_UEFI:-yes}
|
||||
|
|
Loading…
Reference in a new issue