forked from mirrors/openup
Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 56cfb37a43 |
1 changed files with 2 additions and 2 deletions
4
openup
4
openup
|
|
@ -32,10 +32,10 @@ OPENUP_URL="https://stable.mtier.org/openup"
|
||||||
PKG_PUBKEY_URL="https://stable.mtier.org/mtier-$(uname -r | tr -d '.')-pkg.pub"
|
PKG_PUBKEY_URL="https://stable.mtier.org/mtier-$(uname -r | tr -d '.')-pkg.pub"
|
||||||
|
|
||||||
# PKG_PATH for currently running OpenBSD release
|
# PKG_PATH for currently running OpenBSD release
|
||||||
PKG_PATH_MAIN="https://ftp.fr.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(arch -s)"
|
PKG_PATH_MAIN="https://ftp.hostserver.de/pub/OpenBSD/$(uname -r)/packages/$(arch -s)"
|
||||||
|
|
||||||
# ERRATA_PATH
|
# ERRATA_PATH
|
||||||
ERRATA_PATH="https://ftp.fr.openbsd.org/pub/OpenBSD/patches/$(uname -r)/common"
|
ERRATA_PATH="https://ftp.hostserver.de/pub/OpenBSD/patches/$(uname -r)/common"
|
||||||
|
|
||||||
# PKG_PATH for the corresponding release stable service
|
# PKG_PATH for the corresponding release stable service
|
||||||
PKG_PATH_UPDATE="https://stable.mtier.org/updates/$(uname -r)/$(arch -s)"
|
PKG_PATH_UPDATE="https://stable.mtier.org/updates/$(uname -r)/$(arch -s)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue