FreqUI should be installed by default when running setup.sh
This commit is contained in:
parent
9c65fad73f
commit
c9761f4736
4
setup.sh
4
setup.sh
@ -87,6 +87,10 @@ function updateenv() {
|
|||||||
echo "Failed installing Freqtrade"
|
echo "Failed installing Freqtrade"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Installing freqUI"
|
||||||
|
freqtrade install-ui
|
||||||
|
|
||||||
echo "pip install completed"
|
echo "pip install completed"
|
||||||
echo
|
echo
|
||||||
if [[ $dev =~ ^[Yy]$ ]]; then
|
if [[ $dev =~ ^[Yy]$ ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user