From 0609ce91d0cf2b71bc0ab16612fb1e363e6cfae1 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 21 Jun 2020 01:53:07 +0900 Subject: [PATCH] Update production README dependency packages for FreeBSD --- production/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/production/README.md b/production/README.md index eb82f5233..658cbbb52 100644 --- a/production/README.md +++ b/production/README.md @@ -22,10 +22,10 @@ The mempool.space site is powered by FreeBSD with ZFS root and ARC cache for max You'll probably need these: ``` -pkg install -y zsh sudo git screen vim-console curl wget calc neovim rsync -pkg install -y openssl openssh-portable open-vm-tools-nox11 py27-pip py37-pip +pkg install -y zsh sudo git screen vim-console curl wget neovim rsync +pkg install -y openssl openssh-portable open-vm-tools-nox11 py37-pip pkg install -y boost-libs autoconf automake gmake gcc libevent libtool pkgconf -pkg install -y mariadb55-server mariadb55-client nginx py37-certbot-nginx +pkg install -y mariadb55-server mariadb55-client nginx py37-certbot-nginx npm ``` ### Rust