This file contains 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 | |
sudo apt-get -y update | |
sudo apt-get -y upgrade | |
sudo apt-get install -y python-gevent python-pip python-m2crypto supervisor | |
sudo pip install shadowsocks | |
sudo mkdir -p touch /etc/shadowsocks |