mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00
Update SSH syntax
Fixed some errors in the SSH syntax
This commit is contained in:
parent
1b762e3a3e
commit
67a0ebbaaf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user