Saltar para o conteúdo

Tunefish

Tunefish

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
	TARGET="https://tunefish-synth.com/builds/$(curl -sSL https://tunefish-synth.com/builds | grep linux | tail -n2 | head -n1 | cut -d '"' -f2)"
	download
}
tmprun script