Przeglądaj źródła

Updated message for node version installation

production
Steffan JJ 2 lat temu
rodzic
commit
a2f2b4f4ad
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      trias_appserver_script.sh

+ 1
- 1
trias_appserver_script.sh Wyświetl plik

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc source ~/.bashrc
nvm list-remote nvm list-remote
echo "Enter the version of node you want to install:"
echo "Enter the version of node you want to install: (Example. 'v16.19.1')"
read nodeversion read nodeversion
nvm install $nodeversion nvm install $nodeversion



Ładowanie…
Anuluj
Zapisz