Suppression des duplicatas 🐛

This commit is contained in:
Mylloon 2022-03-31 00:48:12 +02:00
parent 94c98bd5b5
commit c4fb84e7c8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ then
# == Fish ==
sudo apt-add-repository ppa:fish-shell/release-3 -y
sudo apt install fish fzf bat procps curl exa micro -y
sudo apt install fish fzf bat procps exa micro -y
sudo snap install micro --classic
# Remove motd
fish -c "set -U fish_greeting"
@ -317,7 +317,7 @@ then
fi
# == Java ==
sudo apt install curl zip unzip sed -y # sed probably installed but it doesn't cost anything to double-check
sudo apt install zip unzip sed -y # sed probably installed but it doesn't cost anything to double-check
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
# Adding Fish support if fish is installed

2
wsl.sh
View file

@ -130,7 +130,7 @@ then
sudo apt install git-lfs -y
# == Java ==
sudo apt install curl zip unzip sed -y # sed probably installed but it doesn't cost anything to double-check
sudo apt install zip unzip sed -y # sed probably installed but it doesn't cost anything to double-check
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
# Adding Fish support if fish is installed