Saltar para o conteúdo

ZL Audio

ZL Compressor ZL Equalizer

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
	TARGET="$(curl -sSL https://api.github.com/repos/ZL-Audio/ZLCompressor/releases | grep browser_download_url | grep download | grep Linux-x86 | head -n1 | cut -d '"' -f4)"
	download
	TARGET="$(curl -sSL https://api.github.com/repos/ZL-Audio/ZLEqualizer/releases | grep browser_download_url | grep download | grep Linux-x86 | head -n1 | cut -d '"' -f4)"
	download
	TARGET="$(curl -sSL https://api.github.com/repos/ZL-Audio/ZLInflator/releases | grep browser_download_url | grep download | grep zip | head -n1 | cut -d '"' -f4)"
	download
	TARGET="$(curl -sSL https://api.github.com/repos/ZL-Audio/ZLLMakeup/releases | grep browser_download_url | grep download | grep zip | head -n1 | cut -d '"' -f4)"
	download
	TARGET="$(curl -sSL https://api.github.com/repos/ZL-Audio/ZLLMatch/releases | grep browser_download_url | grep download | grep zip | head -n1 | cut -d '"' -f4)"
	download
	TARGET="$(curl -sSL https://api.github.com/repos/ZL-Audio/ZLSplitter/releases | grep browser_download_url | grep download | grep Linux | head -n1 | cut -d '"' -f4)"
	download
	TARGET="$(curl -sSL https://api.github.com/repos/ZL-Audio/ZLWarm/releases | grep browser_download_url | grep download | grep zip | head -n1 | cut -d '"' -f4)"
	download
}
tmprun script