A generalized version of plogue's linux install script that adds support for atomic distros by extracting and installing files into the local user profile.
The original Debian and Non-Debian functionality is retained, but is handled by the flags -i debian and -i non-debian instead of purely being auto-detected by the script.
The Debian option will throw an error if it detects that the OS is not actually a Debian-based distro.
- Download
plogue-installer.shfrom this repo. - Make
plogue-installer.shexecutable by runningchmod +x plogue-installer.shfrom a terminal in the directory with the script. - Download a Linux build of one of plogue's plugins from https://www.plogue.com/downloads.html
- From the directory containing plogue-installer.sh, run
./plogue-installer.sh --helpto see options.
From the directory containing plogue-installer.sh, run
./plogue-installer.sh -i local -f path_to_zip_file_here
If you were to use this on the current version of OPS7 (at the time of writing this, 1.124), a fully qualified example would be
./plogue-installer.sh -i local -f LINUX_plogue-chipsynth-ops7_1.124~beta1_x86_64.zip
Attempting to use wildcard expansion in the filename to install multiple files will result in only installing the first matching file.