File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ Airbus UTM Platform `stack` CLI
55
66### macOS/Linux one-liner
77```
8- curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.17 .0/stack_$(
8+ curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.18 .0/stack_$(
99 bash -c '[[ $OSTYPE == darwin* ]] && echo darwin || echo linux'
1010 )_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
1111```
1212
1313### macOS
1414```
15- curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.17 .0/stack_darwin_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
15+ curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.18 .0/stack_darwin_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
1616```
1717
1818### Linux
1919```
20- curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.17 .0/stack_linux_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
20+ curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.18 .0/stack_linux_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
2121```
You can’t perform that action at this time.
0 commit comments