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
Code: Select all
...
if SUPPORT_VST2 -eq 1; then
...
Code: Select all
...
if SUPPORT_CLAP -eq 1; then
...
install.sh was last modified on August 11th and filesize is 7,337 bytes (SHA-256 is a5390f4dd64f56f73109941ca5b62dd5731361c923761173deb3d522dfe56f00, just in case).
