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 @@ -105,7 +105,7 @@ mkdir -p /usr/local/bin
105105mv /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
109109unzip /tmp/scw.zip \* /scw -d /tmp
110110mv /tmp/scw_* /scw /usr/local/bin
111111rm -rf /tmp/scw.zip /tmp/scw_* _darwin_amd64
@@ -119,7 +119,7 @@ Install the latest release on Linux:
119119``` bash
120120# get latest release
121121export 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
123123dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
124124
125125# test
You can’t perform that action at this time.
0 commit comments