Mesa Lite

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
TARGET="https://venomode.com$(curl -sSL https://venomode.com/mesa-lite | grep tar.gz | cut -d '"' -f2 | sed 's/\ /%20/g')"
download
tar -xf "$PWD"/*.tar.gz
"$PWD"/install.sh
rm -r ./*
}
tmprun script