mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 05:00:30 +08:00
feat: enable service if previously disabled
This commit is contained in:
parent
bcf104e085
commit
348c429855
@ -125,6 +125,13 @@ macos_version=$(sw_vers -productVersion)
|
|||||||
macos_major=$(echo "$macos_version" | cut -d. -f1)
|
macos_major=$(echo "$macos_version" | cut -d. -f1)
|
||||||
log "macOS version: $macos_version"
|
log "macOS version: $macos_version"
|
||||||
|
|
||||||
|
# 启用服务(防止安全软件禁用)
|
||||||
|
if ! launchctl enable system/party.mihomo.helper 2>/dev/null; then
|
||||||
|
log "Warning: Failed to enable service, continuing installation..."
|
||||||
|
else
|
||||||
|
log "Service enabled successfully"
|
||||||
|
fi
|
||||||
|
|
||||||
# 清理现有服务
|
# 清理现有服务
|
||||||
log "Cleaning up existing services..."
|
log "Cleaning up existing services..."
|
||||||
launchctl bootout system "$LAUNCH_DAEMON" 2>/dev/null || true
|
launchctl bootout system "$LAUNCH_DAEMON" 2>/dev/null || true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user