Skip to content

Fix 481: Remove install dependency wget.

Ghost User requested to merge (removed):481-remove-wget into dev

Closes #481 (closed)

Currently, the install script is downloaded with curl but requires wget once run to download HomelabOS itself. I have just replaced wget with curl within the install script to remove what I see as an unnecessary install dependency.

Merge request reports