laylo.io > laylo.nl

This commit is contained in:
purplerain 2023-12-27 00:33:21 +00:00
parent 64b9a0ea9e
commit ddb52a44ab
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
4 changed files with 5 additions and 5 deletions

View file

@ -103,7 +103,7 @@ shift $(( OPTIND -1 ))
case $# in
0) MIRROR=$(sed 's/#.*//;/^$/d' /etc/installurl) 2>/dev/null ||
MIRROR=https://mirror.laylo.io/pub/SecBSD
MIRROR=https://mirror.laylo.nl/pub/SecBSD
;;
1) MIRROR=$1
;;