Skip to content

Commit fd607d8

Browse files
authored
Update README.md
Nethserver-7.9.2009-Final
1 parent 1d7c32e commit fd607d8

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Images can be downloaded from the Assets at the [release tab](https://github.com
2121
The image can be flashed with [ecther](https://etcher.io/) - or - on linux:
2222

2323
```
24-
xzcat Nethserver-7.8.2003-RaspberryPi-img.raw.xz | sudo dd of=$/path/to/sd/card bs=4M status=progress && sudo sync
24+
xzcat Nethserver-7.8.2009-Final-RaspberryPi-img.raw.xz | sudo dd of=$/path/to/sd/card bs=4M status=progress && sudo sync
2525
````
2626
See instructions in [UBOOT.md](https://github.com/NethServer/arm-dev/blob/master/UBOOT.md) for uboot-based boards.
2727
@@ -39,12 +39,6 @@ After the initialization on first-boot you can finalize your installation in one
3939
https://<your_ip>:9090
4040
````
4141
42-
or
43-
44-
```
45-
https://<your_ip>:980
46-
````
47-
4842
Before installing additional software packages you need to expand the root_fs partition. To use the hole SD-card simply run `rootfs-expand` on the command prompt.
4943
5044
</br>

0 commit comments

Comments
 (0)