Skip to content

[HELP]: unable to run sh -c "$(curl -sSfL https://release.solana.com/stable/install)" inside dev container running it on MacOS with M2 #333

Open
@ronilsonalves

Description

@ronilsonalves

Project

Solana - Learn How to Set Up Solana by Building a Hello World Smart Contract

Lesson Number

Lesson 2

Question

How can I install the Solana CLI inside my dev container if inside it's happening the same thing as seen #19 in installation process? I've try to copy install file to dev container root directory as a workaround and the script hit the unknown-linux-gnu URL.
There's any workaround that is not to run it on gitpod instance?

/learn-how-to-set-up-solana-by-building-a-hello-world-smart-contract
  - install

Code and Screenshots

# Running install with CURL
root ~/solana-curriculum/learn-how-to-set-up-solana-by-building-a-hello-world-smart-contract (main) $ sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
downloading stable installer
curl: (22) The requested URL returned error: 403 
solana-install-init: command failed: downloader https://release.solana.com/stable/solana-install-init-aarch64-unknown-linux-gnu /tmp/tmp.p4Bmy3cwva/solana-install-init
# Running install from file
root ~/solana-curriculum/learn-how-to-set-up-solana-by-building-a-hello-world-smart-contract (main) $ sh install
downloading stable installer
curl: (22) The requested URL returned error: 403 
solana-install-init: command failed: downloader https://release.solana.com/stable/solana-install-init-aarch64-unknown-linux-gnu /tmp/tmp.CxCnu9NrhD/solana-install-init
root ~/solana-curriculum/learn-how-to-set-up-solana-by-building-a-hello-world-smart-contract (main) $ 

If I run the requested commands in lesson this recognize it as passed
tests-passing-even-not-working

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions