With FreeBSD 12.1-RELEASE-p11
as my NomadBSD 1.3
starting point:
- open Sakura
pkg install nano
echo "set --export EDITOR /usr/local/bin/nano" >> ~/.config/fish/config.fish
echo "set --export VISUAL /usr/local/bin/nano" >> ~/.config/fish/config.fish
sudo echo "setenv EDITOR /usr/local/bin/nano" >> /private/home/nomad/.cshrc
sudo echo "setenv VISUAL /usr/local/bin/nano" >> /private/home/nomad/.cshrc
- open a new tab
sudo freebsd-update -r 12.2-RELEASE upgrade
– still, for files that can not be merged automatically, there’s the direction to
… edit this file in /usr/bin/vi and resolve the conflicts manually…
Please, what am I missing?
How can I force the upgrade routine to not drop me down the vi
rabbit hole?