Aymkdn / assistant-plugins

Des plugins pour les Assistant (comme Google Home, Cortana, Alexa)
https://aymkdn.github.io/assistant-plugins/
MIT License
92 stars 21 forks source link

Tuto Synology : installation nvm #118

Closed macpoupou closed 6 years ago

macpoupou commented 6 years ago

Un petit souci avec la commande suivante : wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash

J'ai le message suivant : wget: not an http or ftp url: https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh

macpoupou commented 6 years ago

Ok ça marche avec curl.

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash

Aymkdn commented 6 years ago

Tu utilises une vieille version de Synology ?

Fais un : wget -V

Tu devrais avoir: capture

macpoupou commented 6 years ago

Ça peut...

wget -V
wget: invalid option -- 'V'
BusyBox v1.27.2 () multi-call binary.
Aymkdn commented 6 years ago

Si ça marche avec curl, c'est bon alors :)

macpoupou commented 6 years ago

En fait tu devrais aussi rajouter le wget dans la liste des opkg au début. Ça résout les problèmes.

Aymkdn commented 6 years ago

Je n'ai pas eu besoin de l'installer car il y était déjà, et tu es le premier qui a ce soucis. Donc je préfère ne pas l'ajouter et seulement aider une personne au cas par cas.