IO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 1 day agoHighlight of my Morninglemmy.blahaj.zoneimagemessage-square195fedilinkarrow-up1742arrow-down139
arrow-up1703arrow-down1imageHighlight of my Morninglemmy.blahaj.zoneIO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 1 day agomessage-square195fedilink
minus-squareSturgist@lemmy.calinkfedilinkarrow-up1·8 hours agoI’m on Garuda, so I just type sudo update I can still type out pacman -Syu, but nice that I don’t have to.
minus-squarearsCynic@lemmy.mllinkfedilinkEnglisharrow-up3·edit-24 hours agoThe beauty of Linux is the triviality of creating an alias that runs whatever long or short update command by typing “upd” or “release_the_epstein_files”. E.g., in ~/.bashrc, place: alias release_the_epstein_files="sudo pacman -Syu --noconfirm"
minus-squareCevilia (she/they/…)@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2·8 hours ago–no-preserve-root
pacman -Syu
I’m on Garuda, so I just type
sudo update
I can still type out pacman -Syu, but nice that I don’t have to.
The beauty of Linux is the triviality of creating an alias that runs whatever long or short update command by typing “upd” or “release_the_epstein_files”. E.g., in
~/.bashrc
, place:alias release_the_epstein_files="sudo pacman -Syu --noconfirm"
– noconfirm
–no-preserve-root
do as I say