From f3c7d877f85d37cc76af436afc5acce3b5cec283 Mon Sep 17 00:00:00 2001 From: pascal-fischer <32096965+pascal-fischer@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:55:36 +0100 Subject: [PATCH] Add additional step in the Mac installation instructions to start the daemon (#138) --- src/components/addpeer/MacTab.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/components/addpeer/MacTab.tsx b/src/components/addpeer/MacTab.tsx index 892d66c..98c3c0b 100644 --- a/src/components/addpeer/MacTab.tsx +++ b/src/components/addpeer/MacTab.tsx @@ -30,13 +30,23 @@ export const LinuxTab = () => { } as StepCommand, { key: 3, + title: 'Start NetBird daemon:', + commands: [ + `sudo netbird service install`, + `sudo netbird service start` + ].join('\n'), + copied: false, + showCopyButton: true + } as StepCommand, + { + key: 4, title: 'Run NetBird and log in the browser:', commands: formatNetBirdUP(), copied: false, showCopyButton: true } as StepCommand, { - key: 4, + key: 5, title: 'Get your IP address:', commands: [ `sudo ifconfig utun100`