Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
corgan2222 committed Jun 9, 2024
1 parent affeb09 commit 54a5011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home/.dot/installer/01_exa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

mkdir exa
cd exa
wget https://github.com/ogham/exa/releases/download/v0.10.0/exa-linux-x86_64-v0.10.0.zip
unzip exa-linux-x86_64-v0.10.0.zip
wget https://github.com/ogham/exa/releases/download/v0.10.1/exa-linux-x86_64-v0.10.1.zip
unzip exa-linux-x86_64-v0.10.1.zip
sudo mv bin/exa /usr/local/bin/exa
sudo rm exa-linux-x86_64-v0.10.0.zip
sudo rm exa-linux-x86_64-v0.10.1.zip
sudo rm -R bin
sudo rm -R man
sudo rm -R completions
Expand Down

0 comments on commit 54a5011

Please sign in to comment.