* 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
* initialize LND wallet after reset
* diplay seed for mainnet after reset and init
* display and delete the seed for mainnet
* lnd.install: remove seedwordFile after shred
The seed will be safely deleted after having been displayed, the same as during the initial setup.
The seedwordFile is created and kept for testnet and signet if active.