mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
parent
1230e44258
commit
955db904d8
@ -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:"
|
||||
|
@ -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 ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user