View Single Post
Old 07-07-2017, 10:25 AM   #2
mlukaszek
Senior Member
 
mlukaszek's Avatar
 
Join Date: Feb 2010
Posts: 386
Default

The installer script is a bash script and its shebang is #!/bin/bash.
Is it possible you either don't have bash installed or don't have privileges to use it?

You can extract the .run file with
Code:
--keep --noexec
options.
Then, you can modify the installer script as you like.

Cheers,
Michal
mlukaszek is offline   Reply With Quote