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:
Thomas A. F. Thorne 2019-02-07 09:54:54 +00:00
parent 1f49431829
commit 3198b1336e
No known key found for this signature in database
GPG Key ID: F5CB28A9146B3180
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ install:
- echo The Install has started...
- sh: echo ... for Linux
- 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
g++
git