mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
Merge pull request #7 from PartialVolume/update_2020.02.004-0.29.006
Update to 2020.02.004-0.29.006
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
# trap the ctrl+c signal
|
||||
trap "echo" INT
|
||||
|
||||
# run nwipe with a time stamped log file
|
||||
while true
|
||||
do
|
||||
/usr/bin/nwipe
|
||||
/usr/bin/nwipe --logfile=nwipe_log_$(date +%Y%m%d-%H%M%S).txt
|
||||
done
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
sha1 2b8060aa08fc1350b42e7a5b8a4d8850571904c8 nwipe-v0.29.002.tar.gz
|
||||
sha1 8fcfc811b72fe60f432cb1030df2b44a93b1b7b2 nwipe-v0.29.006.tar.gz
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NWIPE_VERSION = v0.29.002
|
||||
NWIPE_VERSION = v0.29.006
|
||||
NWIPE_SITE = $(call github,PartialVolume,nwipe,$(NWIPE_VERSION))
|
||||
NWIPE_DEPENDENCIES = ncurses parted dmidecode coreutils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user