#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 14 hours agoRulesh.itjust.worksimagemessage-square92fedilinkarrow-up1327arrow-down18
arrow-up1319arrow-down1imageRulesh.itjust.works#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 14 hours agomessage-square92fedilink
minus-squareboonhet@sopuli.xyzlinkfedilinkarrow-up3·6 hours agoNever thought about it, but wouldn’t that just fail after the first one it fails to find? I think most install commands return nonzero if nothing is installed Should probably use or instead of and
minus-squareT. Hex@lemmy.dbzer0.comlinkfedilinkarrow-up6·5 hours agoNope, this launches all those commands in parallel. Logical and is &&.
Never thought about it, but wouldn’t that just fail after the first one it fails to find? I think most install commands return nonzero if nothing is installed
Should probably use or instead of and
Nope, this launches all those commands in parallel. Logical and is
&&.