cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 个月前Repository > individual .exelemmy.worldimagemessage-square189fedilinkarrow-up1764arrow-down145
arrow-up1719arrow-down1imageRepository > individual .exelemmy.worldcannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 个月前message-square189fedilink
minus-squareVenat0r@lemmy.worldlinkfedilinkarrow-up6·2 个月前they need to make apt get upgrate that does both in the right order…
minus-squareCorneliusTalmadge@lemmy.worldlinkfedilinkEnglisharrow-up5·2 个月前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'
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'