Signed-off-by: geraldo netto <[email protected]> --- jruby-sinatra-example/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jruby-sinatra-example/GET b/jruby-sinatra-example/GET index df19ea0..7021ef0 100755 --- a/jruby-sinatra-example/GET +++ b/jruby-sinatra-example/GET @@ -1,6 +1,6 @@ #!/bin/sh VERSION=9.0.0.0 -wget http://jruby.org.s3.amazonaws.com/downloads/$VERSION/jruby-complete-$VERSION.jar +wget https://s3.amazonaws.com/jruby.org/downloads/$VERSION/jruby-complete-$VERSION.jar mv jruby-complete-$VERSION.jar jruby-complete.jar mkdir gemjar java -jar jruby-complete.jar -S gem install -i ./gemjar sinatra --no-rdoc --no-ri -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
