From 67a0ebbaafd5099e15087d61daa829cea9f7aeab Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 23 Jan 2018 07:34:49 -0500 Subject: [PATCH] Update SSH syntax Fixed some errors in the SSH syntax --- documentation/initial_ssh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/initial_ssh.md b/documentation/initial_ssh.md index e15e05f..aeb169c 100644 --- a/documentation/initial_ssh.md +++ b/documentation/initial_ssh.md @@ -18,8 +18,8 @@ This procedure is for users that want to install Open Solo manually using variou 2. **Prepare for upload** by executing the following commands. When you execute the --get-image command, make sure it says "latest". ``` - sololink_config --update-prepare sololink sololink_config --get-image + sololink_config --update-prepare sololink umount /dev/mmcblk0p1 mkfs.vfat /dev/mmcblk0p1 -n GOLDEN mkdir -p /tmp/golden @@ -49,8 +49,8 @@ This procedure is for users that want to install Open Solo manually using variou 5. **Prepare for upload** by executing the following commands. When you execute the --get-image command, make sure it says "latest". ``` - sololink_config --update-prepare sololink_config --get-image + sololink_config --update-prepare sololink umount /dev/mmcblk0p1 mkfs.vfat /dev/mmcblk0p1 -n GOLDEN mkdir -p /tmp/golden