Commit e4ca1b3d authored by Benoit Daloze's avatar Benoit Daloze
Browse files

Print a message about the new distribution and license when installing TruffleRuby 23.0

parent 72b70a10
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
colorize 1 "TruffleRuby+GraalVM 23.0 and later installed by ruby-build use the faster Oracle GraalVM distribution" && echo
colorize 1 "Oracle GraalVM uses the GFTC license, which is free for development and production use, see https://medium.com/graalvm/161527df3d76" && echo

platform="$(uname -s)-$(uname -m)"
case $platform in
Linux-x86_64)
+3 −0
Original line number Diff line number Diff line
colorize 1 "TruffleRuby 23.0 and later installed by ruby-build use the faster Oracle GraalVM distribution" && echo
colorize 1 "Oracle GraalVM uses the GFTC license, which is free for development and production use, see https://medium.com/graalvm/161527df3d76" && echo

platform="$(uname -s)-$(uname -m)"
case $platform in
Linux-x86_64)