From 94d20803d487586011936e7693030453dad5b575 Mon Sep 17 00:00:00 2001 From: samydoesit Date: Sun, 7 May 2023 17:38:13 +0200 Subject: [PATCH] update inital node version to 18 for homebridge ct install --- install/homebridge-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/homebridge-install.sh b/install/homebridge-install.sh index 573acf8f..14a5b56f 100644 --- a/install/homebridge-install.sh +++ b/install/homebridge-install.sh @@ -21,7 +21,7 @@ $STD apt-get install -y avahi-daemon msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository" -$STD bash <(curl -fsSL https://deb.nodesource.com/setup_16.x) +$STD bash <(curl -fsSL https://deb.nodesource.com/setup_18.x) msg_ok "Set up Node.js Repository" msg_info "Installing Node.js"