From 54a5011132758434f51c330abcf0917725213a4d Mon Sep 17 00:00:00 2001 From: corgan2222 Date: Sun, 9 Jun 2024 07:16:04 +0200 Subject: [PATCH] update --- home/.dot/installer/01_exa.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.dot/installer/01_exa.sh b/home/.dot/installer/01_exa.sh index 81e2de2..a1bf83d 100755 --- a/home/.dot/installer/01_exa.sh +++ b/home/.dot/installer/01_exa.sh @@ -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