From 4a685f03d8ca574dfc2a008f474e9c73967a8770 Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 13 Nov 2022 15:19:12 +0900 Subject: [PATCH] add gsmartcontrol setup script --- src/setup/apps/gsmartcontrol.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/setup/apps/gsmartcontrol.py diff --git a/src/setup/apps/gsmartcontrol.py b/src/setup/apps/gsmartcontrol.py new file mode 100644 index 0000000..baf3486 --- /dev/null +++ b/src/setup/apps/gsmartcontrol.py @@ -0,0 +1,7 @@ +SSD Health checkerfrom src.util import paru_install + +name = "SSD Health checker" + + +def setup(): + paru_install("gsmartcontrol")