mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-17 21:31:45 +01:00
miner edits on new electrs update (#2063)
This commit is contained in:
parent
49f808294b
commit
f12f8fef53
@ -5,7 +5,8 @@
|
||||
- Update: Raspberry Pi OS Base Image 64-bit (August 2020)
|
||||
- Update: bitcoin-core version 0.21.0-beta [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.21.0.md)
|
||||
- Update: LND version 0.12.1-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.12.1-beta)
|
||||
- Update: Faraday 0.2.3-alpha https://github.com/lightninglabs/faraday/releases/tag/v0.2.3-alpha
|
||||
- Update: Faraday 0.2.3-alpha [details](https://github.com/lightninglabs/faraday/releases/tag/v0.2.3-alpha)
|
||||
- Update: electrs 0.8.8 [details](https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#088-22-feb-2021)
|
||||
- New: Build SD card Image with parameters & FatPack [details](https://github.com/rootzoll/raspiblitz/pull/2044)
|
||||
|
||||
## Whats new in Version 1.6.3 of RaspiBlitz?
|
||||
|
@ -30,7 +30,7 @@ command=$1
|
||||
|
||||
# check if its updated kernel version of v1.6 base image
|
||||
oldKernel=$(uname -srm | cut -d ' ' -f2 | cut -d '-' -f1 | grep -c '4.19.118')
|
||||
oldDrivers=$(sudo cat /home/admin/LCD-show/.git/config | grep -c 'github.com/goodtft/LCD')
|
||||
oldDrivers=$(sudo cat /home/admin/LCD-show/.git/config 2>/dev/null | grep -c 'github.com/goodtft/LCD')
|
||||
|
||||
###################
|
||||
# CHECK-REPAIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user