From 25ee42219476595521107bb395beaf32e141d5f5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 13 Aug 2023 10:51:23 +0300 Subject: docs(tutorial.md): tidy up and make things smoother for user We now tell user to run write-and-config.sh using bash, to avoid having to tell user to make the scripts executable. Fix the command to "eject" (power down) installer drive. Fix sample target spec by adding hostname. Also, show how install an SSH key to root's authorized_keys. Show how to pre-configure installer for wifi.a Link to target spec spec from installer. Sponsored-by: author --- write-and-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'write-and-config.sh') diff --git a/write-and-config.sh b/write-and-config.sh index 1d293d3..a758100 100755 --- a/write-and-config.sh +++ b/write-and-config.sh @@ -25,4 +25,4 @@ done echo echo "Configure installer" -./configure-installer "$config" "$dev" +python3 ./configure-installer "$config" "$dev" -- cgit v1.2.1