mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-03 04:57:36 +08:00
update mac/linux after bash run application
This commit is contained in:
parent
3921129518
commit
1f1366a0c9
@ -77,7 +77,10 @@ install_cursor_free_vip() {
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
echo -e "${GREEN}✅ 安裝完成!${NC}"
|
||||
echo -e "${CYAN}ℹ️ 您可以通過運行 'cursor-free-vip' 來啟動程序${NC}"
|
||||
echo -e "${CYAN}ℹ️ 正在啟動程序...${NC}"
|
||||
# 使用 nohup 在后台运行程序
|
||||
nohup "${install_dir}/cursor-free-vip" > /dev/null 2>&1 &
|
||||
echo -e "${GREEN}✅ 程序已在後台啟動${NC}"
|
||||
else
|
||||
echo -e "${RED}❌ 安裝失敗${NC}"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user