Click to See Complete Forum and Search --> : how to install a .sh file


moadib
05-03-2001, 08:32 PM
I have downloaded this file install-mmjb-1.00.0043.sh. i can't figure out how to install it. i have searched the archives, but i did not find anything helpful. thanks for the help.

Derango
05-03-2001, 08:36 PM
To install a .sh file, you need to first set the file so that it can execute. This is done by exceuting the "chmod 777 <filename>" command

Then you can just type in "./<filename>" to run it.

moadib
05-03-2001, 08:39 PM
that was fast. thank you very much.