There was an error while loading. Please reload this page.
1 parent 454571d commit d231b77Copy full SHA for d231b77
1 file changed
build.sh
@@ -103,7 +103,8 @@ if [ "$WITH_AASDK" = true ]; then
103
git clone --branch newdev https://github.com/opencardev/aasdk.git aasdk-build
104
cd aasdk-build
105
echo "Building and installing AASDK..."
106
- sudo ./build.sh install
+ chmod +x build.sh
107
+ ./build.sh install
108
cd "${SOURCE_DIR}"
109
echo "AASDK build and install completed."
110
fi
0 commit comments