forked from mirrors/cursor-free-vip
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
This commit is contained in:
@@ -103,7 +103,7 @@ install_cursor_free_vip() {
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
fi
|
||||
|
||||
# 下载文件
|
||||
if ! curl -L -o "${binary_path}" "$download_url"; then
|
||||
|
||||
Reference in New Issue
Block a user