Skip to content

Commit

Permalink
Merge pull request #122 from DanMc85/master
Browse files Browse the repository at this point in the history
Update to 5.9.29 UniFi Controller for Unix and resolve dependencies
  • Loading branch information
jmbwell committed Oct 11, 2018
2 parents 6b46f48 + 3efc86a commit 0d06cac
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions install-unifi/install-unifi.sh
Expand Up @@ -4,7 +4,7 @@
# Installs the Uni-Fi controller software on a FreeBSD machine (presumably running pfSense).

# The latest version of UniFi:
UNIFI_SOFTWARE_URL="https://dl.ubnt.com/unifi/5.8.30/UniFi.unix.zip"
UNIFI_SOFTWARE_URL="http://dl.ubnt.com/unifi/5.9.29/UniFi.unix.zip"

# The rc script associated with this branch or fork:
RC_SCRIPT_URL="https://raw.githubusercontent.com/gozoinks/unifi-pfsense/master/rc.d/unifi.sh"
Expand Down Expand Up @@ -96,6 +96,15 @@ AddPkg () {
env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg add -f ${FREEBSD_PACKAGE_URL}${pkgname}-${pkgvers}.txz
}

AddPkg openjdk8
AddPkg mongodb
AddPkg renderproto
AddPkg recordproto
AddPkg fixesproto
AddPkg xextproto
AddPkg inputproto
AddPkg xproto
AddPkg kbproto
AddPkg snappy
AddPkg cyrus-sasl
AddPkg xorgproto
Expand All @@ -110,7 +119,6 @@ AddPkg python2
AddPkg v8
AddPkg icu
AddPkg boost-libs
AddPkg mongodb34
AddPkg unzip
AddPkg pcre
AddPkg alsa-lib
Expand All @@ -136,7 +144,6 @@ AddPkg libXtst
AddPkg libXrender
AddPkg javavmwrapper
AddPkg giflib
AddPkg openjdk8
AddPkg snappyjava

# Clean up downloaded package manifest:
Expand Down

0 comments on commit 0d06cac

Please sign in to comment.