File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ Download the latest binary from the [releases page](https://github.com/arch-err/
77=== "Linux (amd64)"
88
99 ```bash
10- curl -Lo drone-tui https://github.com/arch-err/drone-tui/releases/latest/download/drone-tui_linux_amd64.tar.gz
10+ curl -LO https://github.com/arch-err/drone-tui/releases/latest/download/drone-tui_linux_amd64.tar.gz
1111 tar xzf drone-tui_linux_amd64.tar.gz
1212 sudo mv drone-tui /usr/local/bin/
1313 ```
1414
1515=== "macOS (Apple Silicon)"
1616
1717 ```bash
18- curl -Lo drone-tui https://github.com/arch-err/drone-tui/releases/latest/download/drone-tui_darwin_arm64.tar.gz
18+ curl -LO https://github.com/arch-err/drone-tui/releases/latest/download/drone-tui_darwin_arm64.tar.gz
1919 tar xzf drone-tui_darwin_arm64.tar.gz
2020 sudo mv drone-tui /usr/local/bin/
2121 ```
You can’t perform that action at this time.
0 commit comments