Update centos.sh

rkmpp-v4l2m2m-decode
Moe 2022-11-27 08:38:02 -08:00
parent 517a40da22
commit d021652078
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ sudo yum install make zip dos2unix -y
if ! [ -x "$(command -v node)" ]; then
echo "============="
echo "Shinobi - Installing Node.js"
#Installs Node.js 10
sudo curl --silent --location https://rpm.nodesource.com/setup_12.x | bash -
#Installs Node.js 16
sudo curl --silent --location https://rpm.nodesource.com/setup_16.x | bash -
sudo yum install nodejs -y
else
echo "Node.js Found..."