Kaynağa Gözat

Updated appserver setup script with sleep

master
Steffan JJ 1 yıl önce
ebeveyn
işleme
dcc9768a7d
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      trias/Server/trias_appserver_script.sh

+ 4
- 0
trias/Server/trias_appserver_script.sh Dosyayı Görüntüle

@@ -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

Loading…
İptal
Kaydet