Skip to content

Instantly share code, notes, and snippets.

@wmantly
Last active November 15, 2015 03:22
Show Gist options
  • Select an option

  • Save wmantly/b9eb8991f316ad10f96a to your computer and use it in GitHub Desktop.

Select an option

Save wmantly/b9eb8991f316ad10f96a to your computer and use it in GitHub Desktop.
#!/bin/bash
wget -O install.sh 'https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda3-2.4.0-Linux-x86_64.sh';
chmod +x install.sh;
./install.sh;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment