From 64cde377773eb19161336b137c32dba6e439674f Mon Sep 17 00:00:00 2001 From: Tkmxqrd Date: Tue, 19 Nov 2024 10:36:32 +0100 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2e0849b..d0648ba 100644 --- a/build.sh +++ b/build.sh @@ -26,7 +26,7 @@ install_redhat_dependencies() { # Function to install dependencies for Arch Linux install_arch_dependencies() { 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." exit 1 }