On Mon, Jul 08, 2019 at 08:46:30PM +0200, Erwan David wrote: > bash ./biovia_2019.ds2019client.bin to force bash interpreter
That won't work, because... > Le 08/07/2019 à 20:40, Stephen P. Molnar a écrit : > > comp@AbNormal:~/Downloads/DiscoveryStudio$ ./biovia_2019.ds2019client.bin > > Verifying archive integrity... 100% All good. > > Uncompressing 'DS Client and extracting files, please wait ......' 100% > > ./install_DSClient.sh: 49: ./install_DSClient.sh: [[: not found > > ./install_DSClient.sh: 70: ./install_DSClient.sh: Syntax error: > > redirection unexpected > > Press Return to close this window... It's not the ./biovia_2019.ds2019client.bin script that's actually got these errors in it. It's the "./install_DSClient.sh" script, which I'm guessing is part of the payload that's extracted and/or downloaded by ./biovia_2019.ds2019client.bin. It may be impossible to specify that ./install_DSClient.sh needs to be run by bash, due to internal checksums, or glob knows what else. So, your safest option is to reconstruct the environment in which this "biovia" thing is known to work, which probably means /bin/sh -> bash.