Add uninstall information
This commit is contained in:
parent
1c7df27941
commit
a3d4e24989
|
|
@ -174,6 +174,11 @@ function uninstall_shadowsocks(){
|
||||||
# delete config file
|
# delete config file
|
||||||
rm -f /etc/config.json
|
rm -f /etc/config.json
|
||||||
pip uninstall -y shadowsocks
|
pip uninstall -y shadowsocks
|
||||||
|
if [ $? -eq 0 ]; then
|
||||||
|
echo "Shadowsocks uninstall success!"
|
||||||
|
else
|
||||||
|
echo "Shadowsocks uninstall failed!"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Initialization step
|
# Initialization step
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user