Skip to content

Instantly share code, notes, and snippets.

@diginfo
Last active June 17, 2020 03:38
Show Gist options
  • Save diginfo/6e8b19e3cd4d88798296a33768d632ee to your computer and use it in GitHub Desktop.
Save diginfo/6e8b19e3cd4d88798296a33768d632ee to your computer and use it in GitHub Desktop.
#!/bin/bash
## bash <(curl -Ls https://gist.github.com/diginfo/6e8b19e3cd4d88798296a33768d632ee/raw/)
###
apt -y update;
apt -y install git;
mkdir /usr/share/dis;
cd /usr/share/dis;
git clone https://github.com/diginfo/pure3-bin.git;
cd pure3-bin;
./pure3-install all;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment