Skip to content

Commit

Permalink
Merge pull request #51 from matsest/fix/install-downloads-cleanup
Browse files Browse the repository at this point in the history
fix: remove installation downloads
  • Loading branch information
dhh committed Jun 10, 2024
2 parents 9e1b1cd + 3827ac7 commit bd0cae7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install/app-lazydocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ LAZYDOCKER_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazydoc
curl -sLo lazydocker.tar.gz "https://github.com/jesseduffield/lazydocker/releases/latest/download/lazydocker_${LAZYDOCKER_VERSION}_Linux_x86_64.tar.gz"
tar -xf lazydocker.tar.gz lazydocker
sudo install lazydocker /usr/local/bin
rm lazydocker.tar.gz
rm lazydocker.tar.gz lazydocker
cd -
2 changes: 1 addition & 1 deletion install/app-lazygit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/re
curl -sLo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
tar -xf lazygit.tar.gz lazygit
sudo install lazygit /usr/local/bin
rm lazygit.tar.gz
rm lazygit.tar.gz lazygit
cd -
2 changes: 1 addition & 1 deletion install/app-zellij.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cd ~/Downloads
wget -O zellij.tar.gz "https://github.com/zellij-org/zellij/releases/latest/download/zellij-x86_64-unknown-linux-musl.tar.gz"
tar -xf zellij.tar.gz zellij
sudo install zellij /usr/local/bin
rm zellij.tar.gz
rm zellij.tar.gz zellij
cd -

mkdir -p ~/.config/zellij/
Expand Down

0 comments on commit bd0cae7

Please sign in to comment.