For .bin files
01. Make sure that the file is set to "executable" .
chmod +x file_name
02. Then run the file
./file_name
For .sh files
01. Make sure that the file is set to "executable" do the step 01 above.
02.Then run the file either with the same command use as previous installing on .bin file or like this:
sh
No comments:
Post a Comment