Created
August 7, 2018 07:37
-
-
Save ffronok/46a0c669ef3fa1790bf7a77f004b4188 to your computer and use it in GitHub Desktop.
Remove-Uninstall Asterisk
This file contains hidden or 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
| killall -9 safe_asterisk | |
| killall -9 asterisk | |
| rm -rf /etc/asterisk | |
| rm -rf /var/log/asterisk | |
| rm -rf /var/lib/asterisk | |
| rm -rf /var/spool/asterisk | |
| rm -rf /usr/lib/asterisk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment