Skip to content

Commit d231b77

Browse files
committed
fix chmod
1 parent 454571d commit d231b77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ if [ "$WITH_AASDK" = true ]; then
103103
git clone --branch newdev https://github.com/opencardev/aasdk.git aasdk-build
104104
cd aasdk-build
105105
echo "Building and installing AASDK..."
106-
sudo ./build.sh install
106+
chmod +x build.sh
107+
./build.sh install
107108
cd "${SOURCE_DIR}"
108109
echo "AASDK build and install completed."
109110
fi

0 commit comments

Comments
 (0)