How to install .sh file under Linux (UBUNTU)

If you like it, share it


For install name_file.sh under Linux do the steps below.

  • Open TERMINAL
  • Enter in the directory where there is your name_file.sh to install
  • Change the permission using the command: sudo chmod a+rwx name_file.sh
  • Now type ./name_file.sh