aboutsummaryrefslogtreecommitdiff
path: root/scripts/hostclass/unifi_controller
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-06-24 20:37:00 -0400
committerCullum Smith <cullum@sacredheartsc.com>2025-06-24 20:37:00 -0400
commit86ba99b98c0277cdb7b331f4ca117dd981ecc6e3 (patch)
tree1aa90baf06b53f542f5f1e05c3eee81cd40cb98e /scripts/hostclass/unifi_controller
parent01c50af77ff170738714a3ada132477382ac8479 (diff)
downloadinfrastructure-86ba99b98c0277cdb7b331f4ca117dd981ecc6e3.tar.gz
updates
Diffstat (limited to 'scripts/hostclass/unifi_controller')
-rw-r--r--scripts/hostclass/unifi_controller2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hostclass/unifi_controller b/scripts/hostclass/unifi_controller
index 96558e1..9793265 100644
--- a/scripts/hostclass/unifi_controller
+++ b/scripts/hostclass/unifi_controller
@@ -7,7 +7,7 @@ unifi_https_key="${unifi_home}/data/unifi.key"
unifi_keystore="${unifi_home}/data/keystore"
# Install required packages.
-pkg install -y unifi8
+pkg install -y unifi9
# Create ZFS dataset for unifi data.
create_dataset -o "mountpoint=${unifi_home}/data" "${state_dataset}/unifi"