mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-05 00:50:24 +08:00
7 lines
188 B
Bash
Executable File
7 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# uninstall first in case this is an upgrade
|
|
/usr/local/bin/cloudflared service uninstall
|
|
|
|
# install the new service using launchctl
|
|
/usr/local/bin/cloudflared service install |