Diva (r16519) install.sh script errors

Post Reply New Topic
RELATED
PRODUCTS

Post

Hello.

I wanted to install Diva today and after running "./install.sh --help" I got this output:

Code: Select all

usage: ./install.sh <options>...
  --quiet        agree the license and install without asking questions
./install.sh: line 35: SUPPORT_VST2: command not found
  --vst3dir=<path>   specify the VST3 directory. Default: /home/user/.vst3/u-he
./install.sh: line 39: SUPPORT_CLAP: command not found
  --clapdir=<path>   specify the CLAP directory. Default: /home/user/.clap/u-he
  --as-root          lets you run this script as root. You have to know what you're doing.
  --without-32         do not install 32bit version
Offending lines are:

Code: Select all

...
    if SUPPORT_VST2 -eq 1; then
...
and

Code: Select all

...
    if SUPPORT_CLAP -eq 1; then
...
This is not valid in bash (probably in other shells too), so it throws an error. Easy to fix.

install.sh was last modified on August 11th and filesize is 7,337 bytes (SHA-256 is a5390f4dd64f56f73109941ca5b62dd5731361c923761173deb3d522dfe56f00, just in case).

Post

Thanks for spotting this. You're correct.
That QA guy from planet u-he.

Post Reply

Return to “u-he Linux support”