cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 months agoRepository > individual .exelemmy.worldimagemessage-square185linkfedilinkarrow-up1766arrow-down145
arrow-up1721arrow-down1imageRepository > individual .exelemmy.worldcannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 months agomessage-square185linkfedilink
minus-squareVenat0r@lemmy.worldlinkfedilinkarrow-up6·2 months agothey need to make apt get upgrate that does both in the right order…
minus-squareCorneliusTalmadge@lemmy.worldlinkfedilinkEnglisharrow-up5·2 months 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'
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'