KuroeNekoDemon@sh.itjust.works to linuxmemes@lemmy.world · 8 months agoDon't forget to add sudo for maximum performancesh.itjust.worksimagemessage-square35fedilinkarrow-up1536arrow-down115
arrow-up1521arrow-down1imageDon't forget to add sudo for maximum performancesh.itjust.worksKuroeNekoDemon@sh.itjust.works to linuxmemes@lemmy.world · 8 months agomessage-square35fedilink
minus-squarertxn@lemmy.worldMlinkfedilinkEnglisharrow-up41·8 months agoThat’s the issue I linked. The problem was that at some point a script executed rm -rf "$STEAMROOT/*", but did not make sure that $STEAMROOT was set. If for some reason it was empty, the path became /* after substitution.
minus-squareKuroeNekoDemon@sh.itjust.worksOPlinkfedilinkarrow-up11·8 months agoSo would it be funny if I made a meme like this except it was with the trojan horse meme template? I kinda want to
That’s the issue I linked. The problem was that at some point a script executed
rm -rf "$STEAMROOT/*"
, but did not make sure that$STEAMROOT
was set. If for some reason it was empty, the path became/*
after substitution.So would it be funny if I made a meme like this except it was with the trojan horse meme template? I kinda want to