From 024f52ace994601ba1bf81d60b5624c5067c7f3c Mon Sep 17 00:00:00 2001 From: NoahMaizels Date: Tue, 24 Oct 2023 19:51:26 +0700 Subject: [PATCH 1/2] Added chinese translation for 2 posts --- docs/bee/working-with-bee/uninstalling-bee.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/bee/working-with-bee/uninstalling-bee.md b/docs/bee/working-with-bee/uninstalling-bee.md index f80c579f5..29d5e157a 100644 --- a/docs/bee/working-with-bee/uninstalling-bee.md +++ b/docs/bee/working-with-bee/uninstalling-bee.md @@ -11,13 +11,16 @@ Choose the appropriate uninstall method based on the install method used: This method can be used for package manager based [installs](/docs/bee/installation/install#package-manager-install-recommended-method) of the official Debian, RPM, and Homebrew packages. +:::danger +This will remove your keyfiles so make certain that you have a backup before running `purge`. +::: + #### Debian To uninstall Bee while preserving your Bee keys and configuration run: -```bash -sudo apt-get remove bee -``` +To uninstall Bee and completely remove all associated files including keys and configuration, run: + ```bash sudo apt-get purge bee From e90fda5a78452008c8010e83c6f4dae21c9cf41b Mon Sep 17 00:00:00 2001 From: NoahMaizels Date: Tue, 24 Oct 2023 19:51:57 +0700 Subject: [PATCH 2/2] wording --- docs/bee/working-with-bee/uninstalling-bee.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/bee/working-with-bee/uninstalling-bee.md b/docs/bee/working-with-bee/uninstalling-bee.md index 29d5e157a..dada806fc 100644 --- a/docs/bee/working-with-bee/uninstalling-bee.md +++ b/docs/bee/working-with-bee/uninstalling-bee.md @@ -12,7 +12,7 @@ Choose the appropriate uninstall method based on the install method used: This method can be used for package manager based [installs](/docs/bee/installation/install#package-manager-install-recommended-method) of the official Debian, RPM, and Homebrew packages. :::danger -This will remove your keyfiles so make certain that you have a backup before running `purge`. +This will remove your keyfiles so make certain that you have a full backup before running `purge`. ::: #### Debian @@ -21,7 +21,6 @@ To uninstall Bee while preserving your Bee keys and configuration run: To uninstall Bee and completely remove all associated files including keys and configuration, run: - ```bash sudo apt-get purge bee ``` @@ -32,7 +31,6 @@ sudo apt-get purge bee sudo yum remove bee ``` - ### Binary Install If Bee is installed using the [automated shell script](/docs/bee/installation/install#shell-script-install-alternate-method) or by [building from source](/docs/bee/installation/build-from-source), Bee can be uninstalled by directly removing the installed file.