Don't forget to stay hydrated.🍉🍉🍉🍉🍉@sh.itjust.works to Programmer Humor@programming.devEnglish · 2 个月前rm -rf /usr due to typosh.itjust.worksimagemessage-square49linkfedilinkarrow-up1478arrow-down12file-text
arrow-up1476arrow-down1imagerm -rf /usr due to typosh.itjust.worksDon't forget to stay hydrated.🍉🍉🍉🍉🍉@sh.itjust.works to Programmer Humor@programming.devEnglish · 2 个月前message-square49linkfedilinkfile-text
minus-squarezitrone 🍋@europe.publinkfedilinkarrow-up42·1 个月前that is why you don’t run random install script as root i hate that so many tools nowadays want you to curl | sh for installing
minus-squarew33n1s@lemmy.worldlinkfedilinkarrow-up9·1 个月前Glad I’m not the only one. It’s always the shell apps that use annoying emojis too
minus-squareSpatchyIsOnline@lemmy.worldlinkfedilinkarrow-up8·1 个月前 i hate that so many tools nowadays want you to curl | sh for installing Using NixOS has the advantage of making me not want to touch these tools. If I can’t install it reproducibly with Nix, I’ll just look for an alternative :)
minus-squareiocase@lemmy.ziplinkfedilinkarrow-up1·1 个月前Yeah pipe that shit into a file and check first unless you really really trust the project.
that is why you don’t run random install script as root
i hate that so many tools nowadays want you to
curl | shfor installingGlad I’m not the only one. It’s always the shell apps that use annoying emojis too
Using NixOS has the advantage of making me not want to touch these tools. If I can’t install it reproducibly with Nix, I’ll just look for an alternative :)
same
Yeah pipe that shit into a file and check first unless you really really trust the project.