x42 Plugins

#!/bin/bash
set -e
INSTNAME='x42-plugins'
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
install_deb
script() {
TARGET="https://x42-plugins.com/x42/$(curl -sSL https://x42-plugins.com/x42/x42-gmsynth | grep linux | head -n1 | cut -d '"' -f12)"
download
}
tmprun script