#1801 update electrs (#1804)

This commit is contained in:
Christian Rotzoll 2020-11-25 14:49:50 +01:00 committed by rootzoll
parent 1230e44258
commit 955db904d8
2 changed files with 3 additions and 2 deletions

View File

@ -191,6 +191,7 @@ The index database needs to be created before Electrum Server can be used.\n
This can take hours/days depending on your RaspiBlitz. Monitor the progress on the LCD.\n
When finished use the new 'ELECTRS' entry in Main Menu for more info.\n
" 14 50
needsReboot=1
else
l1="!!! FAIL on ElectRS install !!!"
l2="Try manual install on terminal after reboot with:"

View File

@ -135,7 +135,7 @@ if [ "$1" = "menu" ]; then
The electrum system service is not running.
Please check the following debug info.
" 8 48
/home/admin/XXdebugInfo.sh
/home/admin/XXdebugLogs.sh
echo "Press ENTER to get back to main menu."
read key
exit 0
@ -282,7 +282,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
echo ""
sudo -u electrs git clone https://github.com/romanz/electrs
cd /home/electrs/electrs
sudo -u electrs git reset --hard v0.8.5
sudo -u electrs git reset --hard v0.8.6
sudo -u electrs /home/electrs/.cargo/bin/cargo build --release
echo ""