-
Notifications
You must be signed in to change notification settings - Fork 45
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
Script fails, if the folder pico_setup.sh is downloaded to, has a space in it's name #17
Comments
This commit fixes Issue raspberrypi#17
The script is designed to run on an up to date installation of Raspberry Pi OS. It is not designed to run on other Linux installations, hence the warning message right at the start "Not running on a Raspberry Pi. Use at your own risk!" |
Temporary fix to remove unrelated info from pull request for Issue raspberrypi#17
This is also a problem on Raspberry Pi OS:
|
Yup, and there is an existing PR to fix this, see #18. |
I'm now following that up with the relevant upstream project: msteveb/jimtcl#199 |
For example,
I download the script to a folder called "Embedded Projects" and it fails.
Error:
./pico_setup.sh: line 48: cd: too many arguments
Tried this in WSL (Ubuntu 20.04.2 LTS) and native Linux Mint 20.1 on Cinnamon - it fails in both
I fixed the issues in the script and can send a pull request if needed.
The text was updated successfully, but these errors were encountered: