From 58bdbc69fcedf61180dea2d692c53fa6b2bf0fbd Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 4 Jul 2022 20:48:14 +0800 Subject: [PATCH] Update freebsd.sh --- scripts/install/freebsd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install/freebsd.sh b/scripts/install/freebsd.sh index a20a883b4..dd14a0463 100644 --- a/scripts/install/freebsd.sh +++ b/scripts/install/freebsd.sh @@ -11,6 +11,7 @@ python3 -m pip install --upgrade pip pkg install -y lsof pkg install -y sqlite3 pkg install -y py38-sqlite3 +pkg install -y py38-mysqlclient pkg install -y gcc pkg install -y autoconf