Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes install errors #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GalaxiumNation
Copy link

fixes code to install the dependencies that wouldnt install previously.

@GalaxiumNation GalaxiumNation changed the title Update pico_setup.sh Fixes install errors May 14, 2024
sudo apt install -y $VSCODE_DEPS
sudo apt install software-properties-common apt-transport-https wget -y
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As noted in Chapter 1 of https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf (and also in #15 ) this script is designed to be run on Raspberry Pi OS running on a Raspberry Pi, and I'm fairly sure that we don't want to be adding amd64 repositories to a Raspberry Pi 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants