Commit 663e298d authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3271780: Change the default Nodejs to 16 LTS in the Bash scripts of...

Issue #3271780: Change the default Nodejs to 16 LTS in the Bash scripts of install needed tools and create new Vartheme BS5 sub theme
parent c89ad10d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ fi
if ! [ -x "$(command -v node)" ]; then
  echo 'node does not exist. Please install it.';
  echo ' -------------------------------- ';
  echo '  curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - ';
  echo '  curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - ';
  echo '  sudo apt update ';
  echo '  sudo apt install nodejs ';
  echo '  sudo apt install build-essential ';
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ echo '--------------------------------------------';
echo '  Install npm and nodejs';
echo '--------------------------------------------';
echo '                                            ';
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - ;
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - ;
sudo apt update ;
sudo apt install -y nodejs ;
sudo apt install -y build-essential ;