From b925c7f955e5bb90bf8685d0e27fa2ac9ca66dda Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 4 Jul 2022 19:14:18 +0800 Subject: [PATCH] Update freebsd.sh --- scripts/install/freebsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/freebsd.sh b/scripts/install/freebsd.sh index ab9670cb6..9438a7e86 100644 --- a/scripts/install/freebsd.sh +++ b/scripts/install/freebsd.sh @@ -5,7 +5,7 @@ LANG=en_US.UTF-8 pkg update -y pkg install -y python3 -pkg install -y python3-pip +python3 -m ensurepip pkg autoremove -y