Fix open62541 provisioning on Linux

pip is an unknown command in the sudo environment.

Change-Id: Ia59c0b98eac6c3d22b8a452988abe17df6a83909
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
This commit is contained in:
Maurice Kalinowski
2017-12-15 08:09:41 +01:00
parent c8b8ee9c00
commit cb327e54bd

View File

@@ -37,7 +37,7 @@ TEMPDIR=$(mktemp --directory) || echo "Failed to create temporary directory"
trap "sudo rm -fr $TEMPDIR" EXIT
cd $TEMPDIR
sudo pip install six
pip install six
git clone https://github.com/open62541/open62541.git open62541
cd open62541