HY Plugins

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
TARGET="$(curl -sSL https://hy-plugins.com/product/hy-filter4/ | grep Linux.zip | grep free | cut -d '"' -f18)"
download
TARGET="$(curl -sSL https://hy-plugins.com/product/hy-mbmfx3/ | grep linux.zip | grep free | cut -d '"' -f18)"
download
unzip -oqq '*.zip'
mkdir -p "$HOME"/.config/HY-Plugins
cp -r "$temp_dir"/HY-Filter4\ free\ Linux/HY-Filter4\ free "$HOME"/.config/HY-Plugins/
cp -r "$temp_dir"/HY-MBMFX3\ free\ linux/HY-MBMFX3\ free "$HOME"/.config/HY-Plugins/
}
tmprun script