not_IO@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 9 个月前Highlight of my Morninglemmy.blahaj.zoneimagemessage-square212linkfedilinkarrow-up1837arrow-down146
arrow-up1791arrow-down1imageHighlight of my Morninglemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 9 个月前message-square212linkfedilink
minus-squareCevilia@lemmy.blahaj.zonedeleted by creatorlinkfedilinkEnglisharrow-up2·edit-21 个月前deleted by creator
minus-squareSturgist@lemmy.calinkfedilinkarrow-up2·9 个月前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.
minus-square[migrated to PieFed]@lemmy.mllinkfedilinkEnglisharrow-up5·9 个月前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"
pacman -Syu– noconfirm
deleted by creator
do as I say
I’m on Garuda, so I just type
sudo updateI 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"