Skip to content

Commit

Permalink
Merge pull request #209 from yel-hadd/master
Browse files Browse the repository at this point in the history
Minor update to `Uninstallation Process` section
  • Loading branch information
yel-hadd authored Nov 12, 2024
2 parents c7922a7 + 1d42749 commit 6da8a29
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/cloudlinuxos/cloudlinux_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,16 @@ Here's what the cldeploy script does when you run it:
#### Uninstallation Process
Here's what the cldeploy script does if you run it to uninstall CloudLinux:
To uninstall CloudLinux, run the following command:
```
cldeploy -c
```
or equivalently:
```
cldeploy --uninstall
```
Here's what the cldeploy script does during uninstallation:
* Restores CentOS/AlmaLinux repositories, and almalinux-release/centos-release/release-notes/logos.
* Removes lve, mod_hostinglimits, lve-stats, lvemanager packages.
Expand Down

0 comments on commit 6da8a29

Please sign in to comment.