cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 days agoRepository > individual .exelemmy.worldimagemessage-square136linkfedilinkarrow-up1634arrow-down140
arrow-up1594arrow-down1imageRepository > individual .exelemmy.worldcannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 days agomessage-square136linkfedilink
minus-squareCorneliusTalmadge@lemmy.worldlinkfedilinkEnglisharrow-up3·15 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'
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'