pi3-aoe

ATA over Ethernet setup for Raspberry Pi 3
git clone https://git.parazyd.org/pi3-aoe
Log | Files | Refs | README

commit 49ee7762713847b6de0a4f5a76273a3a2b129877
parent 4e4c16fceccd698a2c4c62470fe8278524f7af14
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 28 Jan 2021 12:36:20 +0100

Fixup for quick install.

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -8,7 +8,7 @@ Quick, and maybe dangerous -------------------------- ``` -( echo -e '#!/bin/sh\nset -e\n' ; grep '^;' README.md ) > install.sh +( echo -e '#!/bin/sh\nset -e\n' ; grep '^;' README.md | sed 's/^; //' ) > install.sh sh install.sh ```