You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/09/15 06:15:14 UTC

[GitHub] nswamy closed pull request #12180: Make the Ubuntu scripts executable after download.

nswamy closed pull request #12180: Make the Ubuntu scripts executable after download.
URL: https://github.com/apache/incubator-mxnet/pull/12180
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/install/scala_setup.md b/docs/install/scala_setup.md
index 32b2b995927..0dadd8bca40 100644
--- a/docs/install/scala_setup.md
+++ b/docs/install/scala_setup.md
@@ -29,6 +29,8 @@ These scripts will install Maven and its dependencies.
 ```bash
 wget https://raw.githubusercontent.com/apache/incubator-mxnet/master/ci/docker/install/ubuntu_core.sh
 wget https://raw.githubusercontent.com/apache/incubator-mxnet/master/ci/docker/install/ubuntu_scala.sh
+chmod +x ubuntu_core.sh
+chmod +x ubuntu_scala.sh
 sudo ./ubuntu_core.sh
 sudo ./ubuntu_scala.sh
 ```


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services