Linux-Noob Forums

Full Version: Installing a .sh file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

I have crossover 5 pro and its a .sh file. I would like to know how to install it.

 

I installed a few things before but they ended up being a pain to remove, how will i be able to install it to the file system...where the app's go...i think thats the /etc dir. thanks




Code:
# chmod +x filename.sh
# ./filename.sh




 

Replacing "filename" with the correct name.

 

That should be it.