Update freebsd.sh

This commit is contained in:
midoks 2023-08-17 13:46:21 +08:00
parent 0711a922d2
commit e2acf621ca
1 changed files with 2 additions and 2 deletions

View File

@ -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