mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
* #4792 QUICK FIX --> downgrade reckless to tested
This commit is contained in:
parent
bdc56d3328
commit
ad48e19474
@ -19,6 +19,13 @@ echo "# Running: bitcoin.update.sh $*"
|
||||
# 1. parameter [info|tested|reckless]
|
||||
mode="$1"
|
||||
|
||||
#4792 QUICK FIX --> downgrade reckless to tested
|
||||
# TODO: Remove with RaspiBlitz v1.12.0
|
||||
if [ "${mode}" = "reckless" ]; then
|
||||
echo "# WARN: reckless mode is temp deactivated - switching to tested"
|
||||
mode="tested"
|
||||
fi
|
||||
|
||||
# RECOMMENDED UPDATE BY RASPIBLITZ TEAM (latest tested version available)
|
||||
bitcoinVersion="27.1" # example: 22.0 .. keep empty if no newer version as sd card build is available
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user