You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: distro_installers/debian-gaming.sh
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ for arg in "$@" ; do
42
42
mumble_install="false"
43
43
elif [[ "$arg"="nodiscord" ]] ;then
44
44
discord_install="false"
45
-
elif [[ "$arg"="nvidia" ]] ;then
45
+
elif [[ "$arg"="nvidia" ]] ;then
46
46
nvidia_install="true"
47
47
elif [[ "$arg"="amd" ]] ;then
48
48
amd_install="true"
@@ -149,6 +149,8 @@ if [ ! -d /root/.aptkeys ] ; then
149
149
mkdir /root/.aptkeys
150
150
fi
151
151
if [[ "${lutris_install}"="true"&&!-f /root/.aptkeys/LutrisDebian12.key ]] ;then
152
+
# TODO: add new key before February 2026:
153
+
# Warnung: https://download.opensuse.org/repositories/home:/strycore/Debian_12/./InRelease: Policy will reject signature within a year, see --audit for details
0 commit comments