#!/bin/bash

echo 'Installing Shadowsocks'
sudo apt-get install shadowsocks shadowsocks-libev shadowsocks-qt5 simple-obfs
echo 'Done.'
read -n1
