#!/bin/sh chown root:admin $2/Mihomo\ Party.app/Contents/Resources/sidecar/mihomo chown root:admin $2/Mihomo\ Party.app/Contents/Resources/sidecar/mihomo-alpha chmod +s $2/Mihomo\ Party.app/Contents/Resources/sidecar/mihomo chmod +s $2/Mihomo\ Party.app/Contents/Resources/sidecar/mihomo-alpha mkdir -p /Library/PrivilegedHelperTools cp $2/Mihomo\ Party.app/Contents/Resources/files/party.mihomo.helper /Library/PrivilegedHelperTools/party.mihomo.helper chown root:wheel /Library/PrivilegedHelperTools/party.mihomo.helper chmod 544 /Library/PrivilegedHelperTools/party.mihomo.helper cat << EOF > /Library/LaunchDaemons/party.mihomo.helper.plist Label party.mihomo.helper MachServices party.mihomo.helper KeepAlive Program /Library/PrivilegedHelperTools/party.mihomo.helper ProgramArguments /Library/PrivilegedHelperTools/party.mihomo.helper StandardErrorPath /tmp/party.mihomo.helper.err StandardOutPath /tmp/party.mihomo.helper.log EOF chown root:wheel /Library/LaunchDaemons/party.mihomo.helper.plist chmod 644 /Library/LaunchDaemons/party.mihomo.helper.plist launchctl unload /Library/LaunchDaemons/party.mihomo.helper.plist launchctl load /Library/LaunchDaemons/party.mihomo.helper.plist launchctl start party.mihomo.helper exit 0