Yes To apt-get Questions
Automated systems rarely answer command prompt questions. The last build ended in: Do you want to continue? [Y/n] Abort.
This commit is contained in:
parent
1f49431829
commit
3198b1336e
|
@ -26,7 +26,7 @@ install:
|
||||||
- echo The Install has started...
|
- echo The Install has started...
|
||||||
- sh: echo ... for Linux
|
- sh: echo ... for Linux
|
||||||
- cmd: echo ... for Windows
|
- cmd: echo ... for Windows
|
||||||
- sh: sudo apt-get update && sudo apt-get install
|
- sh: sudo apt-get -y update && sudo apt-get -y install
|
||||||
cmake
|
cmake
|
||||||
g++
|
g++
|
||||||
git
|
git
|
||||||
|
|
Loading…
Reference in New Issue