We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad74eee commit 5794bccCopy full SHA for 5794bcc
eng/mgmt/automation/init.sh
@@ -4,6 +4,12 @@ sudo apt-get install -y --upgrade python3-pip python3-setuptools
4
pip3 install --upgrade wheel
5
pip3 install --upgrade PyYAML requests
6
7
+curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
8
+export NVM_DIR="$HOME/.nvm"
9
+[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
10
+nvm install v18.15.0
11
+nvm alias default node
12
+
13
cat << EOF > $2
14
{"envs": {"PATH": "$JAVA_HOME_11_X64/bin:$PATH", "JAVA_HOME": "$JAVA_HOME_11_X64"}}
-EOF
15
+EOF
0 commit comments