Hi
FreeBSD employs different commands to upgrade its different components. So in order to streamline this process, I have created following alias:
Although, it works fine, however, (just out of curiosity) what's your opinion about it? Is it a correct practice? or should I run these commands manually (one after the other)?
FreeBSD employs different commands to upgrade its different components. So in order to streamline this process, I have created following alias:
Code:
alias System-upgrade='sudo freebsd-update fetch install && sudo portsnap fetch update && sudo pkg upgrade'