Skip to content

Commit

Permalink
Make the Ubuntu scripts executable after download. (apache#12180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Biserkov authored and anirudh2290 committed Sep 19, 2018
1 parent 2da41a3 commit af23a17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/install/scala_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit af23a17

Please sign in to comment.