From e5b9c2c0692b7207e8c6d8c46497a7b865fdb3ad Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 8 Nov 2021 21:51:18 +0100 Subject: [PATCH] Adding script for Discord and Obsidian --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7143de9..6a22705 100644 --- a/README.md +++ b/README.md @@ -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 + ```