소스 검색

fix validation for curl installation

philippe 5 년 전
부모
커밋
3c614663f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      install_frontend_dependencies.sh

+ 1 - 1
install_frontend_dependencies.sh 파일 보기

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