Skip to content

Commit c9b290e

Browse files
committed
Update install.sh
1 parent 2c4d87a commit c9b290e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ echo "Building the project..."
2929
cmake --build build || { echo "Build failed"; exit 1; }
3030

3131
echo "Installing the built project..."
32-
cd build && sudo make install || { echo "Installation failed"; exit 1; }
32+
cd build && make install || { echo "Installation failed"; exit 1; }
3333

3434
cd "$HOME" || { echo "Failed to return to home directory"; exit 1; }
3535

0 commit comments

Comments
 (0)