From 1cc8577ea8bea81a9c8c33cf52e670b5a6a9b045 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Thu, 21 Apr 2022 03:40:54 -0400
Subject: [PATCH] Update meshcentral-install.sh

---
 setup/meshcentral-install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/meshcentral-install.sh b/setup/meshcentral-install.sh
index 936c1663..fc21c4bb 100644
--- a/setup/meshcentral-install.sh
+++ b/setup/meshcentral-install.sh
@@ -54,7 +54,7 @@ msg_info "Setting up Node.js Repository"
 sudo curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - &>/dev/null
 msg_ok "Set up Node.js Repository"
 
-msg_lnfo "Installing Node.js"
+msg_info "Installing Node.js"
 apt-get install -y nodejs &>/dev/null
 msg_ok "Installed Node.js"