Saltar para o conteúdo

Sfizz

Sfizz

#!/bin/bash
set -e
INSTNAME='sfizz'
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
if [[ "$(grep '^ID=' /etc/os-release | cut -d '=' -f2)" == ubuntu ]]; then
    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
elif [[ "$(grep '^ID=' /etc/os-release | cut -d '=' -f2)" == debian ]]; then
    printf 'deb http://download.opensuse.org/repositories/home:/sfztools:/sfizz/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home_sfztools_sfizz.list >/dev/null
    curl -sSL https://download.opensuse.org/repositories/home:sfztools:sfizz/Debian_12/Release.key | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/home_sfztools_sfizz.gpg >/dev/null
fi
aptup
install_deb