su -c 'curl -sL https://deb.nodesource.com/setup_15.x | bash -' su -c 'apt update' su -c 'apt install -y nodejs' node --version # v15.0.0