Add uninstall script

pull/1568/head
winlin 5 years ago
parent 5d9bc0658e
commit 254549e3f4

@ -0,0 +1,7 @@
#!/bin/bash
systemctl disable srs
systemctl stop srs
rm -rf /usr/local/srs
rm -f /etc/init.d/srs
echo "SRS uninstalled"
Loading…
Cancel
Save