Skip to content

Commit 6da8a29

Browse files
authored
Merge pull request #209 from yel-hadd/master
Minor update to `Uninstallation Process` section
2 parents c7922a7 + 1d42749 commit 6da8a29

File tree

1 file changed

+10
-1
lines changed
  • docs/cloudlinuxos/cloudlinux_installation

1 file changed

+10
-1
lines changed

docs/cloudlinuxos/cloudlinux_installation/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,16 @@ Here's what the cldeploy script does when you run it:
345345
346346
#### Uninstallation Process
347347
348-
Here's what the cldeploy script does if you run it to uninstall CloudLinux:
348+
To uninstall CloudLinux, run the following command:
349+
```
350+
cldeploy -c
351+
```
352+
or equivalently:
353+
```
354+
cldeploy --uninstall
355+
```
356+
357+
Here's what the cldeploy script does during uninstallation:
349358
350359
* Restores CentOS/AlmaLinux repositories, and almalinux-release/centos-release/release-notes/logos.
351360
* Removes lve, mod_hostinglimits, lve-stats, lvemanager packages.

0 commit comments

Comments
 (0)