File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,11 +174,6 @@ else
174174fi
175175# Check sha256 checksum for lutris repo
176176lutrisKeySha256=" $( 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
182177if [[ " ${lutris_install} " = " true" && " ${lutrisKeySha256} " = " 1cca73fb50c063378533b84101ad0f371f41b1a0497e4cfe64ee8eaef547c503" ]] ; then
183178 echo " ### Checksum of Lutris OK, adding key"
184179 cd /root/.aptkeys || exit
You can’t perform that action at this time.
0 commit comments