From 0abf16aa3901d0209b8b0cf98356fbc9a3237540 Mon Sep 17 00:00:00 2001 From: Thomas <45224459+ThomasVon2021@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:01:57 +0800 Subject: [PATCH 1/2] Update kvmd-oled readme.md --- package/kvmd-oled/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kvmd-oled/readme.md b/package/kvmd-oled/readme.md index ced174c..c718cea 100644 --- a/package/kvmd-oled/readme.md +++ b/package/kvmd-oled/readme.md @@ -10,12 +10,12 @@ bash install.sh ro ``` -2、if you want to disable fan +2、if you want to disable oled ``` systemctl disable kvmd-oled ``` -3、if you want to start fan +3、if you want to start oled ``` systemctl enable kvmd-oled ``` @@ -23,4 +23,4 @@ systemctl enable kvmd-oled 4、if you want to see the fan work status ``` systemctl status kvmd-oled -``` \ No newline at end of file +``` From 69d41f448c677f209f86318f57e952b7b57cd007 Mon Sep 17 00:00:00 2001 From: Thomas <45224459+ThomasVon2021@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:13:45 +0800 Subject: [PATCH 2/2] Update readme.md --- package/kvmd-oled/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kvmd-oled/readme.md b/package/kvmd-oled/readme.md index c718cea..3359972 100644 --- a/package/kvmd-oled/readme.md +++ b/package/kvmd-oled/readme.md @@ -20,7 +20,7 @@ systemctl disable kvmd-oled systemctl enable kvmd-oled ``` -4、if you want to see the fan work status +4、if you want to see the oled work status ``` systemctl status kvmd-oled ```