From 2433213d7396b018cf14acb9b3e6cfada2290b31 Mon Sep 17 00:00:00 2001 From: ich777 Date: Sun, 5 Dec 2021 11:46:26 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9E52=20-=20lutris.sh=E2=80=9C=20hinzuf?= =?UTF-8?q?=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 52 - lutris.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 52 - lutris.sh diff --git a/52 - lutris.sh b/52 - lutris.sh new file mode 100644 index 0000000..16ff307 --- /dev/null +++ b/52 - lutris.sh @@ -0,0 +1,5 @@ +#!/bin/bash +echo "deb http://download.opensuse.org/repositories/home:/strycore/Debian_11/ ./" | tee /etc/apt/sources.list.d/lutris.list +wget -q https://download.opensuse.org/repositories/home:/strycore/Debian_11/Release.key -O- | apt-key add - +apt-get update +apt-get -y install lutris \ No newline at end of file