Closed ChiefZigZag closed 1 year ago
which install script you run?
which install script you run?
fetch -o - https://git.io/j7Jy | sh -s
As per readme
you may want to the newer scripts in the pull request,
I found the same particular issue;
PFSense 2.6.0-release (amd64, USB)
Sophos SG125
Fresh out-of-box config
Multiple install attempts using the short link, and the raw link, both failed to install some dependencies. (OpenJDK, a few "*type" packages etc)
Tried running:
pkg install brotli
Following this install went OK, and UniFi controller came online as expected.
Running pkg install brotli
fixed for me as well on pfSense 2.6.0
brotli has been added to the latest beta firmware branch 7.3.73 opnJDK11 has also been added as a requirement for 7.3.73
I'm still on pfsense 2.5.0 and needed to do this as well, pkg install brotli
, going from UniFi 7.2.92 using this PR - https://github.com/unofficial-unifi/unifi-pfsense/pull/306
It failed installing openjdk8, I had to manually
pkg add brotli
and then it worked fine.