Saltar para o conteúdo

Venn Audio

Venn Audio Free Suite

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
	TARGET="https://www.vennaudio.com/$(curl -sSL https://www.vennaudio.com/free-suite/|grep linux| cut -d '"' -f2)"
	download
}
tmprun script