Changement de wget à curl et fix du bug de sed du nom de docker vuejs
This commit is contained in:
@@ -4,7 +4,7 @@ Installation de :
|
||||
- tree
|
||||
- docker
|
||||
```
|
||||
wget https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/install.sh
|
||||
curl -o install.sh https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/install.sh
|
||||
chmod +x install.sh
|
||||
./install.sh
|
||||
```
|
||||
@@ -23,7 +23,7 @@ mkdir -p /home/$USER/docker
|
||||
sudo chown $USER:$USER /var/run/docker.sock
|
||||
sudo chown -R $USER:$USER /home/$USER/docker
|
||||
sudo chmod -R 775 /home/$USER/docker
|
||||
wget https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/install-docker.sh
|
||||
curl -o install-docker.sh https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/install-docker.sh
|
||||
chmod +x install-docker.sh
|
||||
./install-docker.sh
|
||||
```
|
||||
@@ -33,14 +33,14 @@ Si vous voulez procéder à l'installation de site web vuejs
|
||||
source ~/.bashrc
|
||||
nvm install 20.18.0
|
||||
nvm use 20.18.0
|
||||
wget https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/install-vuejs.sh
|
||||
curl -o install-vuejs.sh https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/install-vuejs.sh
|
||||
chmod +x install-vuejs.sh
|
||||
./install-vuejs.sh
|
||||
```
|
||||
|
||||
Si vous voulez procéder à l'installation de strapi
|
||||
```
|
||||
wget https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/install-strapi.sh
|
||||
curl -o install-strapi.sh https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/install-strapi.sh
|
||||
chmod +x install-strapi.sh
|
||||
./install-strapi.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user