Correct - sh To - sh:

Syntax errors behave strangely when the yml parser stops being involved
and Power Shell or Bash take over.  This error said:

sh sudo apt-get update && sudo apt-get install \ libxtst-dev
qtdeclarative5-dev libavahi-compat-libdnssd-dev
sh: 0: Can't open sudo
Command exited with code 127
This commit is contained in:
Thomas A. F. Thorne 2019-02-07 09:22:09 +00:00
parent ad8046c024
commit 1656142e03
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 update && sudo apt-get install \
libxtst-dev
qtdeclarative5-dev
libavahi-compat-libdnssd-dev