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