mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-03 04:57:36 +08:00
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:
parent
a7a97b5621
commit
8afd5df4ea
@ -103,7 +103,7 @@ install_cursor_free_vip() {
|
|||||||
else
|
else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
fi
|
||||||
|
|
||||||
# 下载文件
|
# 下载文件
|
||||||
if ! curl -L -o "${binary_path}" "$download_url"; then
|
if ! curl -L -o "${binary_path}" "$download_url"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user