From 86d71d085896ec5ec50aaa2bee59898ca186bec2 Mon Sep 17 00:00:00 2001 From: PartialVolume <22084881+PartialVolume@users.noreply.github.com> Date: Tue, 8 Aug 2023 11:12:24 +0100 Subject: [PATCH] Update README.md Removed the download link to the build script. As it's only a short script it can be copied and pasted from the github page. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a9bca6a..921e70f 100644 --- a/README.md +++ b/README.md @@ -176,8 +176,7 @@ cd ~/nwipe_master/nwipe/src Note the ./, that means only look in the current directory for nwipe. if you forgot to type ./ the computer would run the older repository version of nwipe. -Once you have copied the script below into a file called buildnwipe, you need to give the file execute permissions `chmod +x buildnwipe` before you can run it. [Download script]( -https://drive.google.com/file/d/1BsQDlMqtEycAgfk9FpG1sxv3jFz5dzNO/view?usp=sharing) +Once you have copied the script below into a file called buildnwipe, you need to give the file execute permissions `chmod +x buildnwipe` before you can run it. ``` #!/bin/bash cd "$HOME"