diff --git a/README.md b/README.md index e79a07d..a0ab8ad 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Configuration perso pour Linux - Désinstalle Firefox - > `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` + > `wget https://git.kennel.ml/Anri/myLinuxConfiguration/raw/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/myLinuxConfiguration/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/raw/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/myLinuxConfiguration/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/raw/branch/main/installFish.sh -O tmp.sh && chmod u+x tmp.sh && ./tmp.sh && rm tmp.sh`