Hi, I did something really stupid.
I uninstalled bitcoin core while other apps (electrs, jam, lightning) still depend on it. When I try to reinstall on the command line:
sudo ./umbrel/scripts/app install bitcoin
I get this error and it stops:
/home/umbrel/umbrel/app-data/lightning/exports.sh: line 18: APP_BITCOIN_NETWORK: unbound variable
It looks like some environment variables are needed for the install that are not there now. In this case lightning needs APP_BITCOIN_NETWORK, but it’s not defined yet. Any help on how to get this install of bitcoin core through?
Thank you in advance.