Loading scripts/create-new-vartheme-bs5.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 '; Loading scripts/install-needed-tools.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 ; Loading Loading
scripts/create-new-vartheme-bs5.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 '; Loading
scripts/install-needed-tools.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 ; Loading