diff --git a/openup b/openup index d163fad..a2192b0 100755 --- a/openup +++ b/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_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="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_UPDATE="https://stable.mtier.org/updates/$(uname -r)/$(arch -s)"