… As an experiment I wanted to install FreeBSD and decided to try
freebsd-update
.
curl https://raw.githubusercontent.com/freebsd/freebsd-src/main/usr.sbin/freebsd-update/freebsd-update.sh > freebsd-update.sh
curl https://raw.githubusercontent.com/freebsd/freebsd-src/main/usr.sbin/freebsd-update/freebsd-update.conf > freebsd-update.conf
chmod +x freebsd-update.sh
And then proceeded to try:
./freebsd-update.sh -s update.FreeBSD.org -k 800651ef4b4c71c27e60786d7b487188970f4b4169cc055784e21eb71d410cc5 -d /root --currently-running 13.1-RELEASE -r 14.1-RELEASE upgrade
Which didn’t work.