how do I install a sh.bin file?
Printable View
how do I install a sh.bin file?
*Moved from AntiOnline: How do I?*
Run the file. So that means do ./sh.bin (note the period). You may need to make sure the permissions of the file allow you to execute (run) it so do either chmod +w sh.bin or chmod 700 sh.bin and then run it.