From 2f7979476bee0e92ef481a9a3325b672465d8acf Mon Sep 17 00:00:00 2001 From: PartialVolume Date: Tue, 24 Mar 2020 22:41:44 +0000 Subject: [PATCH] Update README.md readlink smartmontools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d971417..199ceab 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ cd "$HOME" nwipe_directory="nwipe_master" mkdir $nwipe_directory cd $nwipe_directory -sudo apt install build-essential pkg-config automake libncurses5-dev autotools-dev libparted-dev dmidecode git +sudo apt install build-essential pkg-config automake libncurses5-dev autotools-dev libparted-dev dmidecode readlink smartmontools git rm -rf nwipe git clone https://github.com/martijnvanbrummelen/nwipe.git cd "nwipe"