Sfizz

#!/bin/bash
set -e
INSTNAME='sfizz'
source <(curl -sSL https://estudio-plus.pages.dev/functions.lib)
printf 'deb http://download.opensuse.org/repositories/home:/sfztools:/sfizz/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home_sfztools_sfizz.list >/dev/null
curl -sSL https://download.opensuse.org/repositories/home:sfztools:sfizz/xUbuntu_24.04/Release.key | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/home_sfztools_sfizz.gpg >/dev/null
aptup
install_deb
