Skip to main content
deleted 15 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237
sudo chmod 755 <script>

In my case the error was lack of permissions to execute the file. Only got the error message when I separated the commands:

$ sudo sh
# ./install

hope it helps

sudo chmod 755 <script>

In my case the error was lack of permissions to execute the file. Only got the error message when I separated the commands:

$ sudo sh
# ./install

hope it helps

sudo chmod 755 <script>

In my case the error was lack of permissions to execute the file. Only got the error message when I separated the commands:

$ sudo sh
# ./install
Source Link

sudo chmod 755 <script>

In my case the error was lack of permissions to execute the file. Only got the error message when I separated the commands:

$ sudo sh
# ./install

hope it helps