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