소스 검색

flags to apt-get

Sergey Zavadski 11 년 전
부모
커밋
ee92499598
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      toolset/setup/linux/frameworks/leda.sh

+ 2 - 2
toolset/setup/linux/frameworks/leda.sh

@@ -3,8 +3,8 @@
 RETCODE=$(fw_exists leda-0.5.0)
 [ ! "$RETCODE" == 0 ] || { return 0; }
 
-sudo apt-get install -y g++
-sudo apt-get install -y luarocks
+sudo apt-get install -y --fix-missing g++
+sudo apt-get install -y --fix-missing luarocks
 
 sudo luarocks install lua-cjson