From fc2d61d0a9c6aa57b17eff02864cf2747b9b9812 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 23 Dec 2025 22:45:47 +0900 Subject: [PATCH] ops: Remove duplicate libzmq4 dep in install script Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- production/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/install b/production/install index 6a73c0e32..43831fbc7 100755 --- a/production/install +++ b/production/install @@ -404,7 +404,7 @@ FREEBSD_PKG+=(zsh sudo git screen curl wget calc neovim) FREEBSD_PKG+=(openssh-portable py311-pip rust llvm17 jq base64 libzmq4) FREEBSD_PKG+=(boost-libs autoconf automake gmake gcc gcc13 libevent libtool pkgconf cmake) FREEBSD_PKG+=(nginx rsync py311-certbot-nginx mariadb1011-server) -FREEBSD_PKG+=(redis sqlite3 libzmq4 pango cairo) +FREEBSD_PKG+=(redis sqlite3 pango cairo) FREEBSD_PKG+=(libepoll-shim) #############################