Merge Ubuntu and WSL Scripts
This commit is contained in:
parent
1c051750bd
commit
43e6492240
1 changed files with 1 additions and 7 deletions
|
@ -4,18 +4,12 @@ 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
|
||||
## Script global pour Ubuntu et WSL
|
||||
*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
|
||||
```
|
||||
|
||||
## Scripts pour chaque application
|
||||
|
||||
- [Installe Brave](https://brave.com/linux/#debian-9-ubuntu-1604-and-mint-18)
|
||||
|
|
Reference in a new issue