We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785c2cd commit e0a9ad7Copy full SHA for e0a9ad7
get-graal.sh
@@ -1,5 +1,6 @@
1
#!/bin/sh
2
cd /workspace
3
+apt-get install wget
4
if [ -d .graal-install/graalvm-ce-1.0.0-rc6 ]; then
5
echo "Graal already present, exiting"
6
exit
0 commit comments