Link fixed
This commit is contained in:
parent
c6f9d2d654
commit
eaae11060d
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ Tuxbot dispose d'un script d'installation automatique pour une majorité de dist
|
|||
Le script a besoin de la commande ``pip3.7`` et ``git`` vérifiez que vous les avez avant de continuer !
|
||||
|
||||
### Récupérer et executer le script avec ``curl`` :
|
||||
```sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/outout14/tuxbot-bot/master/autoinstall.sh)"```
|
||||
```sudo sh -c "$(curl -fsSL https://git.gnous.eu/gnouseu/tuxbot-bot/raw/branch/master/autoinstall.sh)"```
|
||||
|
||||
### Récuperer et executer le script avec ``wget`` :
|
||||
```sh -c "$(curl -fsSL https://raw.githubusercontent.com/outout14/tuxbot-bot/master/autoinstall.sh -O -)"```
|
||||
```sudo sh -c "$(wget https://git.gnous.eu/gnouseu/tuxbot-bot/raw/branch/master/autoinstall.sh -O -)""```
|
||||
|
||||
Vous serez guidés tout au long du script. Il vous proposera aussi de générer pour vous le fichier de configuration.
|
||||
|
||||
|
|
Loading…
Reference in a new issue