Last active
June 17, 2020 03:38
-
-
Save diginfo/6e8b19e3cd4d88798296a33768d632ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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