mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
Merge branch 'master' of https://github.com/rootzoll/raspiblitz
This commit is contained in:
commit
af2dc61073
4 changed files with 9 additions and 9 deletions
|
@ -176,8 +176,8 @@ if [ "${rtlWebinterface}" != "${choice}" ]; then
|
|||
if [ "${choice}" = "on" ]; then
|
||||
if [ ${errorOnInstall} -eq 0 ]; then
|
||||
localip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')
|
||||
l1="RTL web servcie will be ready AFTER NEXT REBOOT:"
|
||||
l2="Try to open the following URL in your local webrowser"
|
||||
l1="RTL web service will be ready AFTER NEXT REBOOT:"
|
||||
l2="Try to open the following URL in your local web browser"
|
||||
l3="and login with your PASSWORD B."
|
||||
l4="---> http://${localip}:3000"
|
||||
dialog --title 'OK' --msgbox "${l1}\n${l2}\n${l3}\n${l4}" 11 65
|
||||
|
@ -227,4 +227,4 @@ if [ ${needsReboot} -eq 1 ]; then
|
|||
sudo -u bitcoin ${network}-cli stop
|
||||
sleep 4
|
||||
sudo shutdown -r now
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -10,7 +10,7 @@ source /home/admin/raspiblitz.info
|
|||
|
||||
# if setup was done - remove old data
|
||||
if [ "${setupStep}" = "100" ]; then
|
||||
echo "stopping servcies ..."
|
||||
echo "stopping services ..."
|
||||
sudo systemctl stop lnd
|
||||
sudo systemctl stop ${network}d
|
||||
fi
|
||||
|
@ -299,4 +299,4 @@ else
|
|||
sudo sed -i "s/^setupStep=.*/setupStep=50/g" /home/admin/raspiblitz.info
|
||||
# continue setup
|
||||
./60finishHDD.sh
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -11,5 +11,5 @@ Single HDD (Bulk) :
|
|||
* 1TB Hard Drive
|
||||
https://detail.tmall.com/item.htm?id=38476523976&spm=a1z09.2.0.0.46982e8dibAzMc&_u=b110k44d53f4&sku_properties=5919063:6536025
|
||||
|
||||
Set LCD Display + Clear case (acrylic):
|
||||
https://item.taobao.com/item.htm?spm=a1z0d.6639537.1997196601.60.49a77484QE4kv4&id=577238622706
|
||||
LCD Display (68RMB) + case (10RMB):
|
||||
https://item.taobao.com/item.htm?spm=a1z09.2.0.0.c1ae2e8dcH0RsY&id=535900910794&_u=s1s69o9df261
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
## Shopping List: Amazon Germany
|
||||
|
||||
* RaspBerry Pi 3: https://www.amazon.de/dp/B07BDR5PDW
|
||||
* Micro SD-Card 32GB: https://www.amazon.de/Samsung-MB-MJ32GA-EU-microSDXC-Endurance
|
||||
* Micro SD-Card 32GB: https://www.amazon.de/Samsung-MB-MJ32GA-EU-microSDXC-Endurance/dp/B07CY3QSST
|
||||
* Power >=3A: https://www.amazon.de/gp/product/B01JZE38QE
|
||||
* 1TB Hard Drive: https://www.amazon.de/dp/B07997KKSK?th=1
|
||||
* Case: https://www.amazon.de/dp/B0173GQF8Y
|
||||
* LCD-Display: https://www.amazon.de/gp/product/B06X191RX7
|
||||
* LCD-Display: https://www.amazon.de/gp/product/B06X191RX7
|
||||
|
|
Loading…
Add table
Reference in a new issue