We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4d87a commit c9b290eCopy full SHA for c9b290e
scripts/install.sh
@@ -29,7 +29,7 @@ echo "Building the project..."
29
cmake --build build || { echo "Build failed"; exit 1; }
30
31
echo "Installing the built project..."
32
-cd build && sudo make install || { echo "Installation failed"; exit 1; }
+cd build && make install || { echo "Installation failed"; exit 1; }
33
34
cd "$HOME" || { echo "Failed to return to home directory"; exit 1; }
35
0 commit comments