mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-10 22:36:35 +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 |