File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88 push :
99 branches :
1010 - master
11+ paths-ignore :
12+ - ' **/README.md'
1113
1214permissions :
1315 contents : write
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Prebuilt binaries are available on GitHub Releases.
6262Install to ` /usr/local/bin ` :
6363
6464``` bash id="1c8m19"
65- VERSION=0.7.1
65+ VERSION=0.8.0
6666curl -fL -o /tmp/lssh.tar.gz \
6767 " https://github.com/blacknon/lssh/releases/download/v${VERSION} /lssh_${VERSION} _linux_amd64.tar.gz"
6868sudo tar -xzf /tmp/lssh.tar.gz -C /tmp
@@ -76,7 +76,7 @@ sudo install -m 0755 /tmp/lssh_${VERSION}_linux_amd64/bin/* /usr/local/bin/
7676<details >
7777
7878``` bash
79- VERSION=0.7.1
79+ VERSION=0.8.0
8080curl -fL -o /tmp/lssh.deb \
8181 " https://github.com/blacknon/lssh/releases/download/v${VERSION} /lssh_${VERSION} _amd64.deb"
8282sudo apt install /tmp/lssh.deb
@@ -89,7 +89,7 @@ sudo apt install /tmp/lssh.deb
8989<details >
9090
9191``` bash
92- VERSION=0.7.1
92+ VERSION=0.8.0
9393curl -fL -o /tmp/lssh.rpm \
9494 " https://github.com/blacknon/lssh/releases/download/v${VERSION} /lssh-${VERSION} -1.x86_64.rpm"
9595sudo dnf install -y /tmp/lssh.rpm
You can’t perform that action at this time.
0 commit comments