Explorar el Código

Updated appserver setup script with sleep

master
Steffan JJ hace 1 año
padre
commit
dcc9768a7d
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      trias/Server/trias_appserver_script.sh

+ 4
- 0
trias/Server/trias_appserver_script.sh Ver fichero

@@ -2,9 +2,13 @@
cd ~
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
sleep 2
source ~/.bashrc
sleep 2
nvm list-remote
sleep 2
nvm install v16.19.1
sleep 2
node --version
npm --version
npm install -g @angular/cli

Cargando…
Cancelar
Guardar