Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Make the Ubuntu scripts executable after download. (#12180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Biserkov authored and nswamy committed Sep 15, 2018
1 parent 6f93b03 commit ff39cf1
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 ff39cf1

Please sign in to comment.