I got GPG issues on executing scripts/prerequisites.sh
JS970 opened this issue · 1 comments
JS970 commented
I tried to build webOS, and i got gpg key issues on executing scripts/prerequisties.sh
following is error image

It was ok to pass run prerequisties.sh until 23/03/23,,,
Following is what i tried to solve this error
- apt-key
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BE5F80F804B81517- curl
curl -sS https://download.spotify.com/pubkey_BE5F80F804B81517.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/spotify.gpgI guess the public key is deprecated or third party server(requested when prerequisties.sh runs) deleted the public key..
Please check this issue, thank you for reading
shr-project commented
https://github.com/webosose/build-webos/blob/master/scripts/prerequisites.sh only calls "apt update".
It cannot fix deprecated key you've added to your system for spotify which is completely unrelated to build-webos.

