diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-06-24 20:37:00 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-06-24 20:37:00 -0400 |
commit | 86ba99b98c0277cdb7b331f4ca117dd981ecc6e3 (patch) | |
tree | 1aa90baf06b53f542f5f1e05c3eee81cd40cb98e /scripts/hostclass/unifi_controller | |
parent | 01c50af77ff170738714a3ada132477382ac8479 (diff) | |
download | infrastructure-86ba99b98c0277cdb7b331f4ca117dd981ecc6e3.tar.gz |
updates
Diffstat (limited to 'scripts/hostclass/unifi_controller')
-rw-r--r-- | scripts/hostclass/unifi_controller | 2 |
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" |