diff --git a/mystic/install-v2.sh b/mystic/install-v2.sh index d2b8797..4061445 100644 --- a/mystic/install-v2.sh +++ b/mystic/install-v2.sh @@ -70,10 +70,10 @@ pushd $MSTEMPDIR &>/dev/null unzip lha-20211125.zip &>/dev/null popd &>/dev/null pushd $MSTEMPDIR/lha-release-20211125 &>/dev/null -autoreconf &>/dev/null -automake --add-missing &>/dev/null -./configure &>/dev/null -make &>/dev/null -make install &>/dev/null +autoreconf +automake --add-missing +./configure +make +make popd &>/dev/null msg_ok "Setting up ${APP} Official lha (be patient compiling lha)"