Update laranode-installer.sh

Added nodeJS installer too!
This commit is contained in:
Crivion
2025-02-25 12:59:18 +02:00
committed by GitHub
parent ac8f28855e
commit f2e2dc626f

View File

@@ -80,6 +80,13 @@ echo "Installing Composer"
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
echo "--------------------------------------------------------------------------------"
echo "--------------------------------------------------------------------------------"
echo "Installing NodeJS"
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt install -y nodejs
echo "--------------------------------------------------------------------------------"
echo "--------------------------------------------------------------------------------"
echo "Installing Laranode"
echo "--------------------------------------------------------------------------------"