User Tools

Site Tools


bsd:notes:ports_temp

This is an old revision of the document!


Initial

su -
pkg install 'git'
rm -Rf '/usr/ports/'* && git clone --branch 'main' --depth '1' --recurse-submodules 'https://git.FreeBSD.org/ports.git' '/usr/ports' && sync

Update

su -
git -C '/usr/ports' reset --hard
git -C '/usr/ports' pull origin 'main' --rebase
/srv/www/wiki/data/attic/bsd/notes/ports_temp.1733432094.txt.gz · Last modified: by Sean Rhone