Skip to content

Commit 91c0f4a

Browse files
committed
updating is done before, so checksum would never match
1 parent 0d46681 commit 91c0f4a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

distro_installers/debian-gaming.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,6 @@ else
174174
fi
175175
# Check sha256 checksum for lutris repo
176176
lutrisKeySha256="$(sha256sum /root/.aptkeys/LutrisDebian12.key | awk '{print $1}')"
177-
if [[ "${lutris_install}" = "true" && "${lutrisKeySha256}" = "a77a7f3f09d0952d38bcf7178c84bf3eedbcc9b0d30c362b2a93bae6dff578fc" ]] ; then
178-
echo "### found old lutris key, updating to new lutris key"
179-
wget https://download.opensuse.org/repositories/home:/strycore/Debian_12/Release.key -O /root/.aptkeys/LutrisDebian12.key
180-
lutrisKeySha256="$(sha256sum /root/.aptkeys/LutrisDebian12.key | awk '{print $1}')"
181-
fi
182177
if [[ "${lutris_install}" = "true" && "${lutrisKeySha256}" = "1cca73fb50c063378533b84101ad0f371f41b1a0497e4cfe64ee8eaef547c503" ]] ; then
183178
echo "### Checksum of Lutris OK, adding key"
184179
cd /root/.aptkeys || exit

0 commit comments

Comments
 (0)