From 5a0f92deec0eb0c3ae91e3db9db81f38e40e9239 Mon Sep 17 00:00:00 2001 From: Hendrik Schutter Date: Tue, 15 Sep 2020 00:00:17 +0200 Subject: [PATCH] added debian install notes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e9642f5..6b267fe 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,11 @@ * Check S.M.A.R.T. values and make an 'passed' or 'not passed' decision * If passed, wipe the data securely +## Debian Install Notes + +* apt-get install ncurses-dev +* apt-get install hwinfo +* wget http://ftp.de.debian.org/debian/pool/main/s/smartmontools/smartmontools_7.1-1_amd64.deb +* dpkg --install smartmontools_7.1-1_amd64.deb + +