Skip to content

Commit

Permalink
remove extracted lazydocker binary
Browse files Browse the repository at this point in the history
The installation method used up until now would always leave one copy of the lazydocker binary in the extraction directory. This copy is not actually needed after installation, so it should be removed. TheAxelander also pointed this out in his comment at #270 (comment).
This commit changes that behaviour and makes the install script cleanup after itself.
  • Loading branch information
DasFaultier authored Jun 14, 2022
1 parent 923c911 commit 54cfd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_update_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 54cfd08

Please sign in to comment.