cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 day agoRepository > individual .exelemmy.worldimagemessage-square151linkfedilinkarrow-up1624arrow-down140
arrow-up1584arrow-down1imageRepository > individual .exelemmy.worldcannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 day agomessage-square151linkfedilink
minus-squareVenat0r@lemmy.worldlinkfedilinkarrow-up3·3 hours agothey need to make apt get upgrate that does both in the right order…
minus-squareCorneliusTalmadge@lemmy.worldlinkfedilinkEnglisharrow-up3·2 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'