global sudo for the big installation script
This commit is contained in:
parent
8aa73b487a
commit
3182edfb4f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
|
||||||
## Script global pour Ubuntu et WSL
|
## 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.*
|
*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
|
```bash
|
||||||
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installGlobalScript.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
## Scripts pour chaque application
|
## Scripts pour chaque application
|
||||||
|
|
Reference in a new issue