From e2acf621ca89423eed810be466bbdb815aedef87 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 17 Aug 2023 13:46:21 +0800 Subject: [PATCH] Update freebsd.sh --- scripts/install/freebsd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install/freebsd.sh b/scripts/install/freebsd.sh index d7da44b46..4f1c3407f 100644 --- a/scripts/install/freebsd.sh +++ b/scripts/install/freebsd.sh @@ -10,8 +10,8 @@ fi echo "y" | pkg update pkg install -y python3 # python3 -m ensurepip -pip3 install --upgrade setuptools -python3 -m pip install --upgrade pip +# pip3 install --upgrade setuptools +# python3 -m pip install --upgrade pip pkg install -y lsof pkg install -y sqlite3 pkg install -y py38-sqlite3