Saltar para o conteúdo

Odin 2

Odin 2

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
	TARGET="$(curl -sSL https://thewavewarden.com/pages/odin-2 | grep Download | grep deb | cut -d '"' -f4 | sed 's/&amp;/\&/g')"
	download
	mv Odin2-synth* "$(find "$PWD" -type f -iname '*odin*.deb*' | cut -d '?' -f1)"
}
tmprun script