Last active
August 26, 2019 10:28
-
-
Save saaiful/5de2c44c57a873ad906df8fabf52bf2e to your computer and use it in GitHub Desktop.
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
| service vesta stop | |
| rm -f /etc/yum.repos.d/vesta.repo | |
| yum erase vesta* -y | |
| rm -f /etc/apt/sources.list.d/vesta.list | |
| rm -rf /usr/local/vesta | |
| yum erase httpd httpd-tools apr apr-util vesta nginx httpd exim vesta* -y | |
| yum autoremove -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment