From 703dcef89ecffbf896d3476c2ef2da6a0663e36a Mon Sep 17 00:00:00 2001 From: Anri Date: Mon, 8 Nov 2021 15:56:11 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9bc484b..e79a07d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Configuration perso pour Linux - Désinstalle Firefox - > `wget https://git.kennel.ml/Anri/linuxConfig/src/branch/main/uninstallFirefox.sh -O tmp.sh && chmod u+x tmp.sh && ./tmp.sh && rm tmp.sh` + > `wget https://git.kennel.ml/Anri/myLinuxConfiguration/src/branch/main/uninstallFirefox.sh -O tmp.sh && chmod u+x tmp.sh && ./tmp.sh && rm tmp.sh` - Installe Brave - > `wget https://git.kennel.ml/Anri/linuxConfig/src/branch/main/installBrave.sh -O tmp.sh && chmod u+x tmp.sh && ./tmp.sh && rm tmp.sh` + > `wget https://git.kennel.ml/Anri/myLinuxConfiguration/src/branch/main/installBrave.sh -O tmp.sh && chmod u+x tmp.sh && ./tmp.sh && rm tmp.sh` - Installe et configure Fish ainsi que le SSH dans Fish - > `wget https://git.kennel.ml/Anri/linuxConfig/src/branch/main/installFish.sh -O tmp.sh && chmod u+x tmp.sh && ./tmp.sh && rm tmp.sh` + > `wget https://git.kennel.ml/Anri/myLinuxConfiguration/src/branch/main/installFish.sh -O tmp.sh && chmod u+x tmp.sh && ./tmp.sh && rm tmp.sh`