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
This error is completely unrelated to skyrats-workplace, but it stopped the installers from working in more than one of ours PCs, so we decided to post is here. It looks something like this:
What is happening is that the apt update command is stopped by a spotify key error, which leads the script to skip an important chunk of itself. Adding the spotify key manually and re-running the scripts solves the problem
This error is completely unrelated to skyrats-workplace, but it stopped the installers from working in more than one of ours PCs, so we decided to post is here. It looks something like this:
What is happening is that the apt update command is stopped by a spotify key error, which leads the script to skip an important chunk of itself. Adding the spotify key manually and re-running the scripts solves the problem
curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | sudo apt-key add -
The text was updated successfully, but these errors were encountered: