cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 day agoRepository > individual .exelemmy.worldimagemessage-square148linkfedilinkarrow-up1621arrow-down137
arrow-up1584arrow-down1imageRepository > individual .exelemmy.worldcannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 day agomessage-square148linkfedilink
minus-squareCorneliusTalmadge@lemmy.worldlinkfedilinkEnglisharrow-up3·1 hour 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'