#!/bin/bash echo 'deb http://download.opensuse.org/repositories/home:/Alexx2000/Debian_8.0/ /' > /etc/apt/sources.list.d/home:Alexx2000.list wget -nv https://download.opensuse.org/repositories/home:Alexx2000/Debian_8.0/Release.key -O Release.key apt-key add - < Release.key apt-get update