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/&/\&/g')"
download
mv Odin2-synth* "$(find "$PWD" -type f -iname '*odin*.deb*' | cut -d '?' -f1)"
}
tmprun script