From b397cec1f1b5abfc53ff743de9004d21816556ba Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 3 Sep 2023 11:11:56 +0200 Subject: [PATCH] Remoev sha; package does not exist anymore --- developer/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer/building.md b/developer/building.md index eb57c90e..7596384c 100644 --- a/developer/building.md +++ b/developer/building.md @@ -12,7 +12,7 @@ However, it is also possible to build the ISO locally, which is especially handy ## System requirements for building -* 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`) +* 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`) * 2 GHz dual core processor * 4 GiB RAM (system memory) * 50 GB of hard-drive space @@ -22,7 +22,7 @@ However, it is also possible to build the ISO locally, which is especially handy ## Building the Live ISO ```console -$ sudo pkg install -y pkg git-lite zsync wget sha bash zip devel/py-xdg librsvg2 ca_root_nss +$ sudo pkg install -y pkg git-lite zsync wget bash zip devel/py-xdg librsvg2 ca_root_nss $ git clone https://github.com/helloSystem/ISO $ cd ISO $ sudo ./build.sh hello