From 2ae897f9bfad61bac81c196ee8f89cce04e42138 Mon Sep 17 00:00:00 2001 From: Smiril Date: Tue, 27 Feb 2024 19:06:53 +0100 Subject: [PATCH] Update 0_setup.sh --- scripts/0_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/0_setup.sh b/scripts/0_setup.sh index f4dffc2..2226505 100755 --- a/scripts/0_setup.sh +++ b/scripts/0_setup.sh @@ -57,7 +57,7 @@ reqs_file="requirements${version_suffix}${architecture_suffix}.txt" echo "Using $reqs_file for $(python3 -V)" -if is_arm64; then +if [ is_arm64 ] ; then if [[ -z "$(brew ls --versions hdf5)" ]]; then echo "ERROR: HDF5 needs to be installed to run DeepFaceLab on M1 chip." echo "You can install it with 'brew install hdf5'. For more details, see https://formulae.brew.sh/formula/hdf5"