snapshot is corrupt.

I read somewhere that if I get the above error msg, I should try a different server for portsnap.

Any advice on which I should try?
 
Just pull from git.
E.g. my small script works fine,
cat ports_git_first_time_2022Q4
Code:
rm -r /usr/ports/* /usr/ports/.??*
cd /usr/ports/
git clone --branch 2022Q4 https://git.FreeBSD.org/ports.git /usr/ports
mkdir /usr/ports/distfiles
mkdir /usr/ports/packages
 
Back
Top