cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 months agoRepository > individual .exelemmy.worldimagemessage-square168fedilinkarrow-up1713arrow-down143
arrow-up1670arrow-down1imageRepository > individual .exelemmy.worldcannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 months agomessage-square168fedilink
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'
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'