Skip to content

Commit 8f1cd71

Browse files
committed
Fix wget release URL
1 parent 081026e commit 8f1cd71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ mkdir -p /usr/local/bin
105105
mv /usr/local/bin/scw /tmp/scw.old
106106

107107
# get latest release
108-
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.11.1/scw_1.11.1_darwin_amd64.zip" -O /tmp/scw.zip
108+
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.13/scw_1.13_darwin_amd64.zip" -O /tmp/scw.zip
109109
unzip /tmp/scw.zip \*/scw -d /tmp
110110
mv /tmp/scw_*/scw /usr/local/bin
111111
rm -rf /tmp/scw.zip /tmp/scw_*_darwin_amd64
@@ -119,7 +119,7 @@ Install the latest release on Linux:
119119
```bash
120120
# get latest release
121121
export ARCH=amd64 # can be 'i386', 'amd64' or 'armhf'
122-
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.11.1/scw_1.11.1_${ARCH}.deb" -O /tmp/scw.deb
122+
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.13/scw_1.13_${ARCH}.deb" -O /tmp/scw.deb
123123
dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
124124

125125
# test

0 commit comments

Comments
 (0)