diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 7d98dcb..eb017fe 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -39,7 +39,7 @@ apt-get update \ && apt-file update # node related -curl $CURLOPT https://deb.nodesource.com/setup_10.x | bash - +curl $CURLOPT https://deb.nodesource.com/setup_13.x | bash - apt-get install -y nodejs # python3 related