From e22d39eea2b1af07423def770edb4cb4b1c5f98c Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 1 Apr 2024 15:41:39 +0100 Subject: [PATCH] Fix typo in installation instructions --- .../src/Components/Monitor/ServerMonitor/Documentation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dashboard/src/Components/Monitor/ServerMonitor/Documentation.tsx b/Dashboard/src/Components/Monitor/ServerMonitor/Documentation.tsx index de35493236..e7635ea117 100644 --- a/Dashboard/src/Components/Monitor/ServerMonitor/Documentation.tsx +++ b/Dashboard/src/Components/Monitor/ServerMonitor/Documentation.tsx @@ -30,7 +30,7 @@ const ServerMonitorDocumentation: FunctionComponent = ( # Install the agent curl -s ${HTTP_PROTOCOL}${HOST.toString()}/docs/static/scripts/infrastructure-agent/install-linux.sh | bash -# For Windows and MacOS, install NodeJS and NPM adn then... +# For Windows and MacOS, install NodeJS and NPM and then... npm install -g @oneuptime/infrastructure-agent # Run the agent