pull down to refresh

after `wget -qO- https://tdeploy.lightning.pub | bash'
Script version 0.2.2 2025-11-03 23:02:19 Detected OS: Linux 2025-11-03 23:02:19 Detected ARCH: amd64 2025-11-03 23:02:19 Installing LND... 2025-11-03 23:02:20 LND is already up-to-date. No action needed. 2025-11-03 23:02:21 Checking for Node.js... 2025-11-03 23:02:25 Node.js is not installed. Installing the LTS version... 2025-11-03 23:02:25 Failed to install Node.js. 2025-11-03 23:02:25 ERROR: Failed to install Node.js 2025-11-03 23:02:25 Exiting with status 1 2025-11-03 23:02:25 Cleaning up temporary files...
After I ran
cat /tmp/lightning_pub_install.log
I got this:
$ cat /tmp/lightning_pub_install.log cat: /tmp/lightning_pub_install.log: No such file or directory
36 sats \ 0 replies \ @adlai 4 Nov
after wget -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
17 sats \ 1 reply \ @siggy47 4 Nov
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