From 76837433f98fbf8d3fd01f76e5f63a9b1fe2c01b Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 24 Jul 2022 21:35:21 -0400 Subject: [PATCH] Update magicmirror-install.sh --- setup/magicmirror-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/magicmirror-install.sh b/setup/magicmirror-install.sh index 3513f225..880f959a 100644 --- a/setup/magicmirror-install.sh +++ b/setup/magicmirror-install.sh @@ -66,7 +66,7 @@ apt-get install -y git &>/dev/null msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository" -curl -fsSL https://deb.nodesource.com/setup_18.x | bash - &>/dev/null +curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &>/dev/null msg_ok "Set up Node.js Repository" msg_info "Installing Node.js"