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