Comment on How often do you update software on your servers?
njordomir@lemmy.world 1 week agoI do sudo apt update && sudo apt upgrade
Is there any reason to not combine the commands since the output always prompts prior to changes anyway?
Comment on How often do you update software on your servers?
njordomir@lemmy.world 1 week agoI do sudo apt update && sudo apt upgrade
Is there any reason to not combine the commands since the output always prompts prior to changes anyway?
cyberwolfie@lemmy.ml 1 week ago
I think their point was to make sure they are done in order, i.e. update before upgrade, not the other way around as in OPs example.