From 428ef4be3540d2a83ccc70127a065510e40a3be7 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 4 Jul 2022 19:16:10 +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 9438a7e86..bd42b9708 100644 --- a/scripts/install/freebsd.sh +++ b/scripts/install/freebsd.sh @@ -6,6 +6,7 @@ LANG=en_US.UTF-8 pkg update -y pkg install -y python3 python3 -m ensurepip +pip3 install --upgrade setuptools pkg autoremove -y