Saltar para o conteúdo

ArtV

MixMaxTrix TurboPaco

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
	TARGET="$(curl -sSL https://api.github.com/repos/RafaGago/artv-audio/releases | grep browser_download_url | grep download | grep turbopaco | grep linux | grep vst3.zip | head -n1 | cut -d '"' -f4)"
	download
	TARGET="$(curl -sSL https://api.github.com/repos/RafaGago/artv-audio/releases | grep browser_download_url | grep download | grep mixmaxtrix | grep linux | grep vst3.zip | head -n1 | cut -d '"' -f4)"
	download
}
tmprun script