mirror of
https://github.com/tkmxqrdxddd/davinci-video-converter
synced 2025-11-09 11:05:03 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64cde37777 | ||
|
|
0b8b922e5d |
4
build.sh
4
build.sh
@@ -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'"
|
||||||
Reference in New Issue
Block a user