Bläddra i källkod

Updated message for node version installation

pull/12/head
Steffan JJ 1 år sedan
förälder
incheckning
a2f2b4f4ad
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      trias_appserver_script.sh

+ 1
- 1
trias_appserver_script.sh Visa fil

@@ -4,7 +4,7 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc
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
nvm install $nodeversion


Laddar…
Avbryt
Spara