fix cli
This commit is contained in:
parent
01347b9eb6
commit
e8384b981c
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Configuration perso pour Linux
|
||||
|
||||
- Désinstalle Firefox
|
||||
> `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`
|
||||
> `wget https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/uninstallFirefox.sh -vO tmp.sh && bash tmp.sh; rm -r tmp.sh`
|
||||
|
||||
- Installe Brave
|
||||
> `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`
|
||||
> `wget https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installBrave.sh -vO tmp.sh && bash tmp.sh; rm -r tmp.sh`
|
||||
|
||||
- Installe et configure Fish ainsi que le SSH dans Fish
|
||||
> `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`
|
||||
> `wget https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installFish.sh -vO tmp.sh && bash tmp.sh; rm -r tmp.sh`
|
||||
|
|
Reference in a new issue