Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developer/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 bash zip devel/py-xdg librsvg2 ca_root_nss
$ sudo pkg install -y pkg git zsync wget bash zip devel/py-xdg librsvg2 ca_root_nss
$ git clone https://github.com/helloSystem/ISO
$ cd ISO
$ sudo ./build.sh hello
Expand Down