mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
chore: add service install steps for mac
This commit is contained in:
@@ -32,7 +32,7 @@ const MacTab = ({setupKey}) => {
|
|||||||
iconBackground: 'bg-gray-600',
|
iconBackground: 'bg-gray-600',
|
||||||
content: null,
|
content: null,
|
||||||
copy: true,
|
copy: true,
|
||||||
commands: ["sudo wiretrustee login --setup-key <PASTE-SETUP-KEY>", "sudo wiretrustee up &"]
|
commands: ["sudo wiretrustee login --setup-key <PASTE-SETUP-KEY>", "sudo wiretrustee service install", "sudo wiretrustee service start"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
|
|||||||
Reference in New Issue
Block a user