File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ Object Store Manipulator (osm: pronounced like `awesome`) - `curl` for cloud sto
77You can download and install a pre-built binary:
88``` console
99# Linux amd 64-bit:
10- wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1 /osm-linux-amd64 \
10+ wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0 /osm-linux-amd64 \
1111 && chmod +x osm \
1212 && sudo mv osm /usr/local/bin/
1313
1414# Linux 386 32-bit:
15- wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1 /osm-linux-386 \
15+ wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0 /osm-linux-386 \
1616 && chmod +x osm \
1717 && sudo mv osm /usr/local/bin/
1818
1919# Mac 64-bit
20- wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1 /osm-darwin-amd64 \
20+ wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0 /osm-darwin-amd64 \
2121 && chmod +x osm \
2222 && sudo mv osm /usr/local/bin/
2323
2424# Mac 32-bit
25- wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1 /osm-darwin-386 \
25+ wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0 /osm-darwin-386 \
2626 && chmod +x osm \
2727 && sudo mv osm /usr/local/bin/
2828```
Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ Object Store Manipulator (osm: pronounced like `awesome`) - `curl` for cloud sto
77You can download and install a pre-built binary:
88``` console
99# Linux amd 64-bit:
10- wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1 /osm-linux-amd64 \
10+ wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0 /osm-linux-amd64 \
1111 && chmod +x osm \
1212 && sudo mv osm /usr/local/bin/
1313
1414# Linux 386 32-bit:
15- wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1 /osm-linux-386 \
15+ wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0 /osm-linux-386 \
1616 && chmod +x osm \
1717 && sudo mv osm /usr/local/bin/
1818
1919# Mac 64-bit
20- wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1 /osm-darwin-amd64 \
20+ wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0 /osm-darwin-amd64 \
2121 && chmod +x osm \
2222 && sudo mv osm /usr/local/bin/
2323
2424# Mac 32-bit
25- wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1 /osm-darwin-386 \
25+ wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0 /osm-darwin-386 \
2626 && chmod +x osm \
2727 && sudo mv osm /usr/local/bin/
2828```
You can’t perform that action at this time.
0 commit comments