mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
skipping display key check
This commit is contained in:
parent
9afa8101b4
commit
1d3d7a0e75
@ -249,8 +249,9 @@ function install_lcd() {
|
||||
cd /home/admin/wavesharelcd-64bit-rpi
|
||||
sudo -u admin git checkout master
|
||||
sudo -u admin git reset --hard 5a206a7 || exit 1
|
||||
sudo -u admin /home/admin/config.scripts/blitz.git-verify.sh \
|
||||
'GitHub' 'https://github.com/web-flow.gpg' '4AEE18F83AFDEB23' || exit 1
|
||||
|
||||
# KEY EXPIRED - skipping signing check
|
||||
# sudo -u admin /home/admin/config.scripts/blitz.git-verify.sh 'GitHub' 'https://github.com/web-flow.gpg' '4AEE18F83AFDEB23' || exit 1
|
||||
|
||||
# customized from https://github.com/tux1c/wavesharelcd-64bit-rpi/blob/master/install.sh
|
||||
# prepare X11
|
||||
|
Loading…
Reference in New Issue
Block a user