Browse Source

fix validation for curl installation

philippe 6 years ago
parent
commit
3c614663f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install_frontend_dependencies.sh

+ 1 - 1
install_frontend_dependencies.sh View File

13
     log "nodjs is installed"
13
     log "nodjs is installed"
14
   else
14
   else
15
     log "install nodejs"
15
     log "install nodejs"
16
-    sudo apt install curl
16
+    sudo apt install -y curl
17
     curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
17
     curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
18
     sudo apt install -y nodejs
18
     sudo apt install -y nodejs
19
   fi
19
   fi