scripts - I've downloaded a .sh file - how do I install this? - Ask Ubuntu:
First you might need to give the .sh file permission to execute. chmod +x file.sh, then you can execute it with ./file.sh
or:
$ cd -to-folder-where-file-is-located
$ chmod +x file.sh
$ sh ./filename.sh
First you might need to give the .sh file permission to execute. chmod +x file.sh, then you can execute it with ./file.sh
or:
$ cd -to-folder-where-file-is-located
$ chmod +x file.sh
$ sh ./filename.sh
No comments:
Post a Comment