mirror of
https://github.com/crivion/laranode.git
synced 2026-09-03 06:24:09 +08:00
Update laranode-installer.sh
Added nodeJS installer too!
This commit is contained in:
@@ -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 "--------------------------------------------------------------------------------"
|
||||
|
||||
Reference in New Issue
Block a user