Forked from n1koo/gist:7c0455b674d3c3a9d4cccf53837b270e
Last active
January 7, 2018 16:31
-
-
Save asluchevskiy/35984849b4e907626da23be0b7aeb115 to your computer and use it in GitHub Desktop.
silentarmy on ethOS
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 | |
# ethOS version | |
sudo add-apt-repository ppa:fkrull/deadsnakes -y | |
sudo add-apt-repository ppa:chris-lea/libsodium -y | |
sudo apt-get-ubuntu update | |
sudo apt-get-ubuntu install -y python3.5 libsodium-dev build-essential | |
git clone https://github.com/mbevand/silentarmy | |
cd silentarmy | |
make | |
sed -i 's/python3/python3.5/' silentarmy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment