From 8f6bd4fe6aa2041afd5d1c5f034834fc42b655bd Mon Sep 17 00:00:00 2001 From: XXTXTOP <69441812+XXTX-TOP@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:45:57 +0800 Subject: [PATCH 1/2] Update README.md apt install for deepin --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 47f8f08..c328d1b 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,10 @@ Also needs a UTF8 locale and a font that covers: ```bash sudo dnf install btop ``` +* **debian** + ```bash + sudo apt install btop + ``` * **RHEL/AlmaLinux 8+** ```bash sudo dnf install epel-release From cdc201364d4b3fb95475863cba3c3473f197d1f2 Mon Sep 17 00:00:00 2001 From: XXTXTOP <69441812+XXTX-TOP@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:46:39 +0800 Subject: [PATCH 2/2] Update README.md apt install for deepin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c328d1b..92fcda8 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ Also needs a UTF8 locale and a font that covers: ```bash sudo dnf install btop ``` -* **debian** +* **deepin** ```bash sudo apt install btop ```