cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 days agoRepository > individual .exelemmy.worldimagemessage-square184fedilinkarrow-up1739arrow-down144
arrow-up1695arrow-down1imageRepository > individual .exelemmy.worldcannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 days agomessage-square184fedilink
minus-squareCorneliusTalmadge@lemmy.worldlinkfedilinkEnglisharrow-up4·24 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'