@KuroeNekoDemon@sh.itjust.works to linuxmemes@lemmy.world • 1 year 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.works@KuroeNekoDemon@sh.itjust.works to linuxmemes@lemmy.world • 1 year agomessage-square35fedilink
minus-square@rtxn@lemmy.worldMlinkfedilinkEnglish41•1 year 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-square@KuroeNekoDemon@sh.itjust.worksOPlinkfedilink11•1 year 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