Don't forget to stay hydrated.🍉🍉🍉🍉🍉@sh.itjust.works to Programmer Humor@programming.devEnglish · 4 days agorm -rf /usr due to typosh.itjust.worksimagemessage-square49fedilinkarrow-up1459file-text
arrow-up1459imagerm -rf /usr due to typosh.itjust.worksDon't forget to stay hydrated.🍉🍉🍉🍉🍉@sh.itjust.works to Programmer Humor@programming.devEnglish · 4 days agomessage-square49fedilinkfile-text
minus-squarezitrone 🍋@europe.publinkfedilinkarrow-up38·3 days agothat 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-up8·3 days agoGlad I’m not the only one. It’s always the shell apps that use annoying emojis too
minus-squareiocase@lemmy.ziplinkfedilinkarrow-up1·2 days agoYeah pipe that shit into a file and check first unless you really really trust the project.
minus-squareSpatchyIsOnline@lemmy.worldlinkfedilinkarrow-up6·3 days ago 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 :)
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
Yeah pipe that shit into a file and check first unless you really really trust the project.
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