TropicalDingdong@lemmy.world to linuxmemes@lemmy.world · 6 hours agoi guess its about time..lemmy.worldimagemessage-square23fedilinkarrow-up1163arrow-down11
arrow-up1162arrow-down1imagei guess its about time..lemmy.worldTropicalDingdong@lemmy.world to linuxmemes@lemmy.world · 6 hours agomessage-square23fedilink
minus-squareTropicalDingdong@lemmy.worldOPlinkfedilinkarrow-up14·6 hours agoi’m like 80/20 if this is just going to straight bork the machine.
minus-squarefuckwit_mcbumcrumble@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up8·5 hours agothat’s what backups are for. If it’s a vm then snapshots are a godsend. Update didn’t work? Revert.
minus-squareViceversa@lemmy.worldlinkfedilinkarrow-up2arrow-down1·5 hours agoSo much hassle just for routine update. Windows seems more stable in comparison.
minus-squareslazer2au@lemmy.worldlinkfedilinkEnglisharrow-up13·6 hours agoExecute order Sudo apt update && sudo apt upgrade -y && sudo apt auto remove -y Needs a more concise order name…
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up9·edit-28 minutes agocd ~ nano .bash_aliases At the end of the file alias executeOrder="sudo apt update && sudo apt upgrade -y && sudo apt auto remove -y" Ctrl+X Y Enter. source .bash_aliases There. Now it’s executeOrder Edit : .bash_alias(es?) should be in the home folder. Switch to it with cd ~
minus-squareloweffortname@lemmy.dbzer0.comlinkfedilinkarrow-up2·edit-24 hours agoTiny nits: apt dist-upgrade is more pitentially destructive. It’s apt autoremove (no spaces) Otherwise, I do this evwry morning on my work machine. It’s very satisfying to have updates.
minus-squarefloquant@lemmy.dbzer0.comlinkfedilinkarrow-up3·5 hours agoYou either test your backups or your lack of backups tests you
i’m like 80/20 if this is just going to straight bork the machine.
that’s what backups are for.
If it’s a vm then snapshots are a godsend. Update didn’t work? Revert.
So much hassle just for routine update. Windows seems more stable in comparison.
Execute order
Sudo apt update && sudo apt upgrade -y && sudo apt auto remove -yNeeds a more concise order name…
At the end of the file
Ctrl+X
Y
Enter.
There. Now it’s executeOrder
Edit : .bash_alias(es?) should be in the home folder. Switch to it with cd ~
Tiny nits:
apt dist-upgradeis more pitentially destructive.apt autoremove(no spaces)Otherwise, I do this evwry morning on my work machine. It’s very satisfying to have updates.
You either test your backups or your lack of backups tests you