6 ms·
rm /bin/sh ln -s /bin/bash /bin/sh What the heck? Installing this package wipes your sh and replaces it with bash?
by 49bc 8y ago
rm /bin/sh
ln -s /bin/bash /bin/sh
What the heck? Installing this package wipes your sh and replaces it with bash?
- wang_li 8y agoUnfortunately for them my /bin/bash is a symlink to /bin/sh.
- mmajcher 8y agoUnfortunately for you :)
- NullPrefix 8y ago#!/bin/sh rm -rf /Windows/sys32 ln -s /usr/src/linux /Windows/sys32 Yeah, this is totally needed for our package to work...