From 2eace53fa6fba47abbef217092bd11700ea7a600 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 4 Jul 2022 19:23:56 +0800 Subject: [PATCH] Update freebsd.sh --- scripts/install/freebsd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install/freebsd.sh b/scripts/install/freebsd.sh index 4d0efb5e8..20cf29bb5 100644 --- a/scripts/install/freebsd.sh +++ b/scripts/install/freebsd.sh @@ -8,7 +8,8 @@ pkg install -y python3 python3 -m ensurepip pip3 install --upgrade setuptools pkg install -y lsof -pkg install -y mysql-devel +pkg install -y sqlite3 + pkg autoremove -y