FreqUI should be installed by default when running setup.sh

This commit is contained in:
Matthias 2022-06-11 18:02:03 +02:00
parent 9c65fad73f
commit c9761f4736
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@ function updateenv() {
echo "Failed installing Freqtrade"
exit 1
fi
echo "Installing freqUI"
freqtrade install-ui
echo "pip install completed"
echo
if [[ $dev =~ ^[Yy]$ ]]; then