From c4fb84e7c8356b8388ecc22ef0b218cb273fcae9 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 31 Mar 2022 00:48:12 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20des=20duplicatas=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ubuntu.sh | 4 ++-- wsl.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ubuntu.sh b/ubuntu.sh index 573325b..6e1b282 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -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 diff --git a/wsl.sh b/wsl.sh index 8a3e362..aa19c49 100644 --- a/wsl.sh +++ b/wsl.sh @@ -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