On Mon, Jul 08, 2019 at 02:40:18PM -0400, Stephen P. Molnar wrote: > I have just installed Buster and have encountereda a problem attempting the > installation of biovia_2019_.ds2019client.bin: > > 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...
Whoever wrote this shell script does not know what they're doing. You've uncovered 2 bugs in it already. There are probably a few hundred more. As a workaround, because you do not have direct access to the script (apparently it's in the downloaded payload), you may have to change your /bin/sh symlink to point to bash instead of dash. You may either leave it there, or change it back, after this is done. I would give serious consideration to finding a non-broken alternative to whatever this thing is, except there probably isn't any alternative, and you're stuck with it.