mirror of
https://github.com/cloudflare/cloudflared
synced 2026-06-08 13:33:07 +00: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 |