cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 3 months agoRepository > individual .exelemmy.worldimagemessage-square182linkfedilinkarrow-up1764arrow-down146
arrow-up1718arrow-down1imageRepository > individual .exelemmy.worldcannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 3 months agomessage-square182linkfedilink
minus-squareCorneliusTalmadge@lemmy.worldlinkfedilinkEnglisharrow-up5·3 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'
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'