Saltar para o conteúdo

Surge XT

Surge XT Surge XT Effects

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
	TARGET="$(curl -sSL https://api.github.com/repos/surge-synthesizer/releases-xt/releases | grep browser_download_url | grep deb | head -n1 | cut -d '"' -f4)"
	download
}
tmprun script