From 81be18ace5114bcc4e5ad761b450ef2151b5cf41 Mon Sep 17 00:00:00 2001 From: gmpinder Date: Sun, 4 Jun 2023 22:47:25 -0400 Subject: [PATCH] Move argument --- scripts/post/install-synergy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]