how to install .sh files?

Status
Not open for further replies.

IG

Journeyman
i had the installer for my onboard sound in a .gz file.
i used gunzip and now its in .sh format.
how do i install this?
 

GNUrag

FooBar Guy
run the installer using :
$ bash installer.sh

there are other alternatives too, you can add a line like #!/bin/bash in the first line of that .sh file and chmod it to ugo+x and then run it using ./installer.sh
 
OP
I

IG

Journeyman
well thanks Gnurag.Apparently the installer version wasnt recognised but my sound is woking fine now :p
 
Status
Not open for further replies.
Top Bottom