File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ You just have to download the binary compatible with your platform to a director
5555VERSION=" 2.5.1"
5656
5757# Download the release from github
58- sudo curl -o /usr/local/bin/scw -L " https://github.com/scaleway/scaleway-cli/releases/download/v$VERSION /scaleway-cli_$VERSION_linux_amd64 "
59- # Naming changed lately, the url prior to 2.5.1 was https://github.com/scaleway/scaleway-cli/releases/download/v$VERSION/scw-$VERSION-linux-x86_64
58+ sudo curl -o /usr/local/bin/scw -L " https://github.com/scaleway/scaleway-cli/releases/download/v${ VERSION} /scaleway-cli_${VERSION} _linux_amd64 "
59+ # Naming changed lately, the url prior to 2.5.1 was https://github.com/scaleway/scaleway-cli/releases/download/v${ VERSION} /scw-${ VERSION} -linux-x86_64
6060
6161# Allow executing file as program
6262sudo chmod +x /usr/local/bin/scw
You can’t perform that action at this time.
0 commit comments