cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 days agoRepository > individual .exelemmy.worldimagemessage-square175fedilinkarrow-up1716arrow-down144
arrow-up1672arrow-down1imageRepository > individual .exelemmy.worldcannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 days agomessage-square175fedilink
minus-squareVenat0r@lemmy.worldlinkfedilinkarrow-up6·13 hours agothey need to make apt get upgrate that does both in the right order…
minus-squareCorneliusTalmadge@lemmy.worldlinkfedilinkEnglisharrow-up4·13 hours agoYou are in luck because you can make this an alias (custom command) in your .bashrc file: alias update='sudo apt-get update && sudo apt-get upgrade'
Order wrong.
they need to make
apt get upgratethat does both in the right order…You are in luck because you can make this an alias (custom command) in your .bashrc file:
alias update='sudo apt-get update && sudo apt-get upgrade'