Adding script for Discord and Obsidian
This commit is contained in:
parent
46b7b44e3b
commit
e5b9c2c069
1 changed files with 9 additions and 0 deletions
|
@ -66,3 +66,12 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
|
||||||
```bash
|
```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
|
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
|
||||||
|
```
|
||||||
|
|
Reference in a new issue