pull down to refresh
afterwget -qO- https://tdeploy.lightning.pub | bash
even from a trusted domain, piping from wget or curl into bash directly is a bad habit. I strongly recommend saving the script locally, which gives you the chance to review its steps at your leisure before running them, rather than reconstructing the steps it has already taken in retrospect.
reply
my bad, it pulled from the wrong branch
try that one more time, the script should now say 0.2.3 at the top confirming it's the latest...
reply
It does say 0.2.3, but same result:
Script version 0.2.3 2025-11-03 23:18:04 Detected OS: Linux 2025-11-03 23:18:04 Detected ARCH: amd64 2025-11-03 23:18:04 Installing LND... 2025-11-03 23:18:05 LND is already up-to-date. No action needed. 2025-11-03 23:18:05 Checking for Node.js... 2025-11-03 23:18:11 Node.js is not installed. Installing the LTS version... 2025-11-03 23:18:11 Failed to install Node.js 2025-11-03 23:18:11 ERROR: Failed to install Node.js 2025-11-03 23:18:11 Exiting with status 1 2025-11-03 23:18:11 Cleaning up temporary files... siggy@siggy-XPS-13-9360:~$ cat /tmp/lightning_pub_install.log cat: /tmp/lightning_pub_install.log: No such file or directory
reply
grrr... tricky log...
just made another push to re-order things, try again if you would... (will still say 2.3)
reply
cat /tmp/lightning_pub_install.log$ cat /tmp/lightning_pub_install.log cat: /tmp/lightning_pub_install.log: No such file or directory