tFixup for quick install. - pi3-aoe - ATA over Ethernet setup for Raspberry Pi 3
HTML git clone https://git.parazyd.org/pi3-aoe
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 49ee7762713847b6de0a4f5a76273a3a2b129877
DIR parent 4e4c16fceccd698a2c4c62470fe8278524f7af14
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 28 Jan 2021 12:36:20 +0100
Fixup for quick install.
Diffstat:
M README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/README.md b/README.md
t@@ -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
```