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

Warn users that snap curl is unsupported. #256

Open
jespertheend opened this issue Mar 12, 2023 · 1 comment · May be fixed by #262
Open

Warn users that snap curl is unsupported. #256

jespertheend opened this issue Mar 12, 2023 · 1 comment · May be fixed by #262

Comments

@jespertheend
Copy link

When I try to install using

curl -fsSL https://deno.land/install.sh | sh

I get

Warning: Failed to open the file /home/jesper/.deno/bin/deno.zip: Permission  
Warning: denied
                                                                           0.0%curl: (23) Failure writing output to destination
@jespertheend
Copy link
Author

Turns out snap curl is useless.

This fixed it for me:

sudo snap remove curl
sudo apt install curl

I'll leave this open in case someone wants to add a warning when this happens. Feel free to close otherwise.

@jespertheend jespertheend changed the title Permission denied during install Warn users that snap curl is unsupported. Mar 12, 2023
jeff-hykin added a commit to jeff-hykin/deno_install that referenced this issue Apr 30, 2023
@jeff-hykin jeff-hykin linked a pull request Apr 30, 2023 that will close this issue
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 a pull request may close this issue.

1 participant