Mesh Central

wget “https://pcx.reeseholdings.com/meshagents?script=1” –no-check-certificate -O ./meshinstall.sh || wget “https://pcx.reeseholdings.com/meshagents?script=1” –no-proxy –no-check-certificate -O ./meshinstall.sh) && chmod 755 ./meshinstall.sh && sudo -E ./meshinstall.sh https://pcx.reeseholdings.com ‘6CFI2pVniMsUILV6cuk6nxbyyhEH6$lcc6Pcq7Ad9QyL2oLOCmlC3qSHal29tTQuP3zFUnNaETXWrs0g064idRcbFNh8rIrBM6i35QmY7qL6rynl8GGHjFzymSCKk$2lbri9AJTYb1J8p$kf2Tn68HlcF1O2Ew==’ || ./meshinstall.sh https://pcx.reeseholdings.com ‘6CFI2pVniMsUILV6cuk6nxbyyhEH6$lcc6Pcq7Ad9QyL2oLOCmlC3qSHal29tTQuP3zFUnNaETXWrs0g064idRcbFNh8rIrBM6i35QmY7qL6rynl8GGHjFzymSCKk$2lbri9AJTYb1J8p$kf2Tn68HlcF1O2Ew==’

curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg –dearmor -o /usr/share/keyrings/nodesource.gpg

NODE_MAJOR=18

NODE_MAJOR=20

echo “deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main” | sudo tee /etc/apt/sources.list.d/nodesource.list

sudo apt update

sudo apt install nodejs

node -v