mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-17 13:40:49 +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
|
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
|
When finished use the new 'ELECTRS' entry in Main Menu for more info.\n
|
||||||
" 14 50
|
" 14 50
|
||||||
|
needsReboot=1
|
||||||
else
|
else
|
||||||
l1="!!! FAIL on ElectRS install !!!"
|
l1="!!! FAIL on ElectRS install !!!"
|
||||||
l2="Try manual install on terminal after reboot with:"
|
l2="Try manual install on terminal after reboot with:"
|
||||||
|
@ -135,7 +135,7 @@ if [ "$1" = "menu" ]; then
|
|||||||
The electrum system service is not running.
|
The electrum system service is not running.
|
||||||
Please check the following debug info.
|
Please check the following debug info.
|
||||||
" 8 48
|
" 8 48
|
||||||
/home/admin/XXdebugInfo.sh
|
/home/admin/XXdebugLogs.sh
|
||||||
echo "Press ENTER to get back to main menu."
|
echo "Press ENTER to get back to main menu."
|
||||||
read key
|
read key
|
||||||
exit 0
|
exit 0
|
||||||
@ -282,7 +282,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
echo ""
|
echo ""
|
||||||
sudo -u electrs git clone https://github.com/romanz/electrs
|
sudo -u electrs git clone https://github.com/romanz/electrs
|
||||||
cd /home/electrs/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
|
sudo -u electrs /home/electrs/.cargo/bin/cargo build --release
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
Reference in New Issue
Block a user