Update FreeBSD install instructions

Default version if python 3.8 now, and remove an excess \
This commit is contained in:
Allan Jude
2021-10-02 15:11:58 -04:00
committed by George Melikov
parent cfa01ddfe8
commit 9a6ab5f317

View File

@@ -51,13 +51,13 @@ The following dependencies are required to build OpenZFS on FreeBSD:
automake \
autotools \
git \
gmake \
gmake
- Optional packages for build:
::
pkg install python37 # or your preferred Python version
pkg install py37-sysctl # needed for arcstat, arc_summary, dbufstat
pkg install python38 # or your preferred Python version
pkg install py38-sysctl # needed for arcstat, arc_summary, dbufstat
- Packages for checks and tests:
::
@@ -70,8 +70,8 @@ The following dependencies are required to build OpenZFS on FreeBSD:
hs-ShellCheck \
ksh93 \
pamtester \
py37-flake8 \
python37 \
py38-flake8 \
python38 \
sudo
Your preferred python version may be substituted. The user for