* update RPi base image to Debian12 Bookworm in ci
* ci: remove -d headless for rpi
* docs: ready made images for arm64-rpi
* update python deps, add rsyslog, armbian_deps
* hide wget progress in lean build, keep errors
* apt-get instead of apt
* enable ssh
* apt-get everywhere, remove only if present
* use --quiet for wget for cleaner logs
* Update build_sdcard.sh
OrangePi5 was not recognized in line ~255; so recognize it by same 'Debian' method, replacing by 'Armbian'
* Update bitcoin.install.sh
Bitcoin Install Fails during build_sdcard.sh due to PGP key download; see https://github.com/raspiblitz/raspiblitz/issues/3753. Comment it by now
* Update bitcoin.install.sh
changed to secure hkps
* Update home.admin/config.scripts/bitcoin.install.sh
These comments are not needed here. The sole purpose was to describe the move to a PR.
Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
* Update build_sdcard.sh
Modified the request by OpenOMS where the comments are unnecessary and kept Debian as the first option and moved Armbian down the list as an elif.
---------
Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
* move Bitcoin Core install to bitcoin.install.sh
* update lnd to v0.14.1, move to lnd.install.sh
* update CL to v0.10.2, move to cl.install.sh
* call config.scripts to install BITCOIN, LND and CL
* improve cpu and base image detection
* switch tor sources to bullseye for debian and co
* allow one parameter in install scripts
* PGPauthor is guggero for lnd v0.14.1
* lnd.install: improve output
* cl.install: fix links
* cl v0.10.2 signer is cdecker
* cl.install: add mrkd dependency
* make the bitcoin home directory readable