From ffb0aa61b43e07992adc333114879137be433d54 Mon Sep 17 00:00:00 2001 From: Benjamin Zeiss Date: Sat, 29 Jan 2022 20:06:10 +0100 Subject: [PATCH] fix for #621. (#624) --- easyinstall.sh | 14 ++++++++++++++ src/raspberrypi/rasctl.cpp | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/easyinstall.sh b/easyinstall.sh index a446fd13..483af0a7 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -90,8 +90,22 @@ function compileRaScsi() { ( make clean && make -j "${CORES:-1}" all CONNECT_TYPE="${CONNECT_TYPE:-FULLSPEC}" )