mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Merge pull request #355 from DasFaultier/master
remove extracted lazydocker binary
This commit is contained in:
commit
0b158dfabe
1 changed files with 1 additions and 1 deletions
|
|
@ -21,4 +21,4 @@ GITHUB_URL="https://github.com/jesseduffield/lazydocker/releases/download/${GITH
|
|||
curl -L -o lazydocker.tar.gz $GITHUB_URL
|
||||
tar xzvf lazydocker.tar.gz lazydocker
|
||||
install -Dm 755 lazydocker -t "$DIR"
|
||||
rm lazydocker.tar.gz
|
||||
rm lazydocker lazydocker.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue