From c5d50d34de1fef0bc135116a9bbbffced0bd4acb Mon Sep 17 00:00:00 2001 From: Xavier L'Heureux Date: Sat, 2 May 2020 21:06:57 -0400 Subject: [PATCH] Add python --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 1b9d2ab..bdabf56 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -170,6 +170,7 @@ freebsd() install_freebsd_pkg "gmake" install_freebsd_pkg "wget" install_freebsd_pkg "texinfo" + install_freebsd_pkg "python" set +xe }