Adding script for Discord and Obsidian

This commit is contained in:
Mylloon 2021-11-08 21:51:18 +01:00
parent 46b7b44e3b
commit e5b9c2c069

View file

@ -66,3 +66,12 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
```bash
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installgl4D.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
```
- Installe Discord
```bash
wget -q --show-progress "https://discord.com/api/download?platform=linux&format=deb" -O discord.deb && sudo apt install ./discord.deb -y && rm discord.deb
```
- Installe Obisidian
```bash
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installObsidian.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
```