Saltar para o conteúdo

Sforzando

Sforzando

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
	TARGET="$(curl -sSL https://www.plogue.com/downloads.html| grep sforzando | grep LINUX | grep x86_64 | cut -d '"' -f2)"
	download
	unzip -oqq '*.zip'
	find "$temp_dir" -type f -name '*.deb' -exec mv {} . \;
	rm "$temp_dir"/*.zip
}
tmprun script