Full FX Media

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
TARGET="$(curl -sSL https://api.github.com/repos/fullfxmedia/setekh/releases | grep browser_download_url | grep download | grep linux | head -n1 | cut -d '"' -f4)"
download
unzip -oqq setekh-linux-*.zip
mkdir -p "$HOME"/.vst3/Setekh.vst3/Contents/x86_64-linux
find "$temp_dir" -type f -name 'Setekh.so' -exec cp {} "$HOME"/.vst3/Setekh.vst3/Contents/x86_64-linux/ \;
find "$temp_dir" -type f -name 'Setekh.so' -delete
rm setekh-linux-*.zip
}
tmprun script