Saltar para o conteúdo

Auburn Sounds

Couture Graillon 3 Innter Pitch 2 Lens Panagement 2 Renegate Selene

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
	curl -sSL https://www.auburnsounds.com/faq/Where-may-I-find-older-versions.html | grep recommended | cut -d '"' -f 2 | sed 's|..|https://www.auburnsounds.com/|' | xargs wget -q --show-progress
	TARGET='https://www.auburnsounds.com/downloads/Selene-FREE-1.0.0.zip'
	download
}
tmprun script