This commit is contained in:
Teddysun 2014-05-04 14:29:33 +08:00
parent db26d6c4fe
commit 6ec64b1fdb

View File

@ -133,7 +133,7 @@ function install(){
else else
echo "" echo ""
echo "Shadowsocks install failed! Please visit http://teddysun.com/342.html and contact." echo "Shadowsocks install failed! Please visit http://teddysun.com/342.html and contact."
echo "" exit 1
fi fi
clear clear
echo "" echo ""
@ -151,7 +151,7 @@ function install(){
else else
echo "" echo ""
echo "pip install failed! Please visit http://teddysun.com/342.html and contact." echo "pip install failed! Please visit http://teddysun.com/342.html and contact."
echo "" exit 1
fi fi
} }