Saltar para o conteúdo

LightZone

LightZone

#!/bin/bash
set -e
BASENAME='lightzone'
LN='lightzone'
SWMC='com-lightcrafts-platform-linux-LinuxLauncher'
PPA='lightzone-team/lightzone'
INSTNAME='lightzone'
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
fix_launcher
if [[ "$(grep '^ID=' /etc/os-release | cut -d '=' -f2)" == ubuntu ]]; then
    add_ppa
elif [[ "$(grep '^ID=' /etc/os-release | cut -d '=' -f2)" == debian ]]; then
	printf 'deb http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home_ktgw0316_LightZone.list >/dev/null
	curl -sSL https://download.opensuse.org/repositories/home:ktgw0316:LightZone/Debian_Testing/Release.key | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/home_ktgw0316_LightZone.gpg > /dev/null
	aptup
fi
install_deb