Saltar para o conteúdo

Venn Audio

Venn Audio Free Suite

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