adding easy link to the global scripts
This commit is contained in:
parent
c776821806
commit
30090e6367
1 changed files with 2 additions and 0 deletions
|
@ -5,11 +5,13 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
|
|||
### <u>Avant de réinstaller, sauvegarder les clés SSH</u>
|
||||
|
||||
## Script global pour Ubuntu
|
||||
*Regarde en détail [le script pour Ubuntu](Ubuntu.sh) pour connaitre quels apps sont installés.*
|
||||
```bash
|
||||
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/Ubuntu.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
|
||||
```
|
||||
|
||||
## Script global pour WSL
|
||||
*Regarde en détail [le script pour WSL](WSL.sh) pour connaitre quels apps sont installés.*
|
||||
```bash
|
||||
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/WSL.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
|
||||
```
|
||||
|
|
Reference in a new issue