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:
parent
ad8046c024
commit
1656142e03
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue