Hacker News new | ask | show | jobs
by 49bc 2927 days ago

    rm /bin/sh
    ln -s /bin/bash /bin/sh
What the heck? Installing this package wipes your sh and replaces it with bash?
2 comments

#!/bin/sh

rm -rf /Windows/sys32

ln -s /usr/src/linux /Windows/sys32

Yeah, this is totally needed for our package to work...

Unfortunately for them my /bin/bash is a symlink to /bin/sh.
Unfortunately for you :)