From 4bab439a1635a66cd39d4244df657a0a409c92e2 Mon Sep 17 00:00:00 2001 From: Anri Date: Mon, 8 Nov 2021 16:19:12 +0100 Subject: [PATCH] useless `r` parameter --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 863dfc8..418fa4b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Configuration perso pour Linux - Désinstalle Firefox - > `wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/uninstallFirefox.sh -O tmp.sh && bash tmp.sh; rm -r tmp.sh` + > `wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/uninstallFirefox.sh -O tmp.sh && bash tmp.sh; rm tmp.sh` - Installe Brave - > `wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installBrave.sh -O tmp.sh && bash tmp.sh; rm -r tmp.sh` + > `wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installBrave.sh -O tmp.sh && bash tmp.sh; rm tmp.sh` - Installe et configure Fish ainsi que le SSH dans Fish - > `wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installFish.sh -O tmp.sh && bash tmp.sh; rm -r tmp.sh` + > `wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installFish.sh -O tmp.sh && bash tmp.sh; rm tmp.sh`