Skip to content

Commit b397cec

Browse files
authored
Remoev sha; package does not exist anymore
1 parent b8e1218 commit b397cec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

developer/building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ However, it is also possible to build the ISO locally, which is especially handy
1212

1313
## System requirements for building
1414

15-
* A FreeBSD or helloSystem installed on the computer. The FreeBSD version needs to match the FreeBSD version of the helloSystem ISO being built (e.g., `12.2-RELEASE`)
15+
* A FreeBSD or helloSystem installed on the computer. The FreeBSD version needs to match the FreeBSD version of the helloSystem ISO being built (e.g., `13.2-RELEASE`)
1616
* 2 GHz dual core processor
1717
* 4 GiB RAM (system memory)
1818
* 50 GB of hard-drive space
@@ -22,7 +22,7 @@ However, it is also possible to build the ISO locally, which is especially handy
2222
## Building the Live ISO
2323

2424
```console
25-
$ sudo pkg install -y pkg git-lite zsync wget sha bash zip devel/py-xdg librsvg2 ca_root_nss
25+
$ sudo pkg install -y pkg git-lite zsync wget bash zip devel/py-xdg librsvg2 ca_root_nss
2626
$ git clone https://github.com/helloSystem/ISO
2727
$ cd ISO
2828
$ sudo ./build.sh hello

0 commit comments

Comments
 (0)