From 8afd5df4eacc6ed41312632c709268c57ad1ce7e Mon Sep 17 00:00:00 2001 From: yeongpin Date: Tue, 25 Feb 2025 11:55:38 +0800 Subject: [PATCH] fix: Correct Syntax Error in Installation Script Conditional Logic - Fix incorrect brace placement in install_cursor_free_vip function - Remove unnecessary closing brace that was causing syntax error - Ensure proper flow control in installation script --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index df52f37..7c5b9d6 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -103,7 +103,7 @@ install_cursor_free_vip() { else exit 1 fi - } + fi # 下载文件 if ! curl -L -o "${binary_path}" "$download_url"; then