From 0b8b922e5df2ba4b229eee0bf3e7a1abb6daf182 Mon Sep 17 00:00:00 2001 From: Tkmxqrd Date: Tue, 19 Nov 2024 10:36:12 +0100 Subject: [PATCH] edited build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 387b58f..2e0849b 100644 --- a/build.sh +++ b/build.sh @@ -90,7 +90,7 @@ fi # Install the application echo "Installing the application..." -sudo make install +make install # Inform the user about the executable -echo "You can run the application using 'davinci-convert'" \ No newline at end of file +echo "You can run the application using 'davinci-convert'"