cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 3 months agoWhat's a handy terminal command you use often?message-squaremessage-square261fedilinkarrow-up1210arrow-down16
arrow-up1204arrow-down1message-squareWhat's a handy terminal command you use often?cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 3 months agomessage-square261fedilink
minus-squareSneezycat@sopuli.xyzlinkfedilinkarrow-up3·3 months agoI just aliased “sudo pacman -Syu && yay -Syu --aur” to “update” cause I got tired of writing it every day.
minus-squareMinFapper@startrek.websitelinkfedilinkEnglisharrow-up14·3 months agoYou can just run yay with no arguments and it does exactly what your update script does.
minus-squareNoxious@fedia.iolinkfedilinkarrow-up1·3 months agoWouldn’t it make more sense to just yay -Syu to update everything, normal packages and AUR packages?
I just aliased “sudo pacman -Syu && yay -Syu --aur” to “update” cause I got tired of writing it every day.
You can just run
yay
with no arguments and it does exactly what your update script does.Huh, the more you know.
Wouldn’t it make more sense to just yay -Syu to update everything, normal packages and AUR packages?