Saltar para o conteúdo

Spectrus

Signabash

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
	TARGET="$(curl -sSL https://morphulus.com | grep Linux.tar.gz | head -n1 | cut -d '"' -f6)"
	download
}
tmprun script