From 4d967d8a8e570ff134e860523a51ddabfa677dad Mon Sep 17 00:00:00 2001 From: Hendrik Schutter Date: Tue, 15 Sep 2020 13:12:31 +0200 Subject: [PATCH] added build notes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b267fe..61e4447 100644 --- a/README.md +++ b/README.md @@ -12,11 +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 +## Debian Build Notes + +* apt-get install ncurses-dev git make g++ +* clone repo +* make release -* 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