New Ubuntu Linux user. I got a file named install. sh. How do I run install .sh on Ubuntu Linux system?
Open the terminal and run:
chmod +x install.sh
./install.sh
OR
bash install.sh
OR
sh install.sh
Check out my page - How To Run the .sh File Shell Script In Linux / UNIX