Update SSH syntax

Fixed some errors in the SSH syntax
This commit is contained in:
Matt 2018-01-23 07:34:49 -05:00 committed by GitHub
parent 1b762e3a3e
commit 67a0ebbaaf

View File

@ -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