Saltar para o conteúdo

MT-PowerDrumKit

MT-PowerDrumKit

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