From ee3104b722506c0b6c3c608d55e69dfd4ff6cb7f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 14 Feb 2022 21:03:39 +0100 Subject: [PATCH] don't use root --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c7ac3f..a186f40 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu ## Script global pour Ubuntu et WSL *Regarde en détail [le script pour Ubuntu et WSL](installGlobalScript.sh) pour connaître quels apps sont installées et quelle configuration est appliquée.* ```bash - wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installGlobalScript.sh -O tmp.sh && sudo bash tmp.sh; rm tmp.sh + wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installGlobalScript.sh -O tmp.sh && bash tmp.sh; rm tmp.sh ``` ## Scripts pour chaque application