2 Commits
1.0.1 ... main

Author SHA1 Message Date
Tkmxqrd
64cde37777 Update build.sh 2024-11-19 10:36:32 +01:00
Tkmxqrd
0b8b922e5d edited build.sh 2024-11-19 10:36:12 +01:00

View File

@@ -26,7 +26,7 @@ install_redhat_dependencies() {
# Function to install dependencies for Arch Linux # Function to install dependencies for Arch Linux
install_arch_dependencies() { install_arch_dependencies() {
echo "Installing dependencies for Arch Linux..." echo "Installing dependencies for Arch Linux..."
sudo pacman -Syu --noconfirm base-devel ffmpeg || { sudo pacman -S --noconfirm base-devel ffmpeg || {
echo "Failed to install dependencies for Arch Linux." echo "Failed to install dependencies for Arch Linux."
exit 1 exit 1
} }
@@ -90,7 +90,7 @@ fi
# Install the application # Install the application
echo "Installing the application..." echo "Installing the application..."
sudo make install make install
# Inform the user about the executable # Inform the user about the executable
echo "You can run the application using 'davinci-convert'" echo "You can run the application using 'davinci-convert'"