diff --git a/scripts/post/install-synergy.sh b/scripts/post/install-synergy.sh index b6405d5..05d79a1 100644 --- a/scripts/post/install-synergy.sh +++ b/scripts/post/install-synergy.sh @@ -20,7 +20,7 @@ dir="/opt/Synergy" # Download file echo "Downloading file..." -wget -Oq "$file" "$url" +wget -qO "$file" "$url" # Check if directory exists if [ -d "$dir" ]