2 lines
No EOL
140 B
Batchfile
2 lines
No EOL
140 B
Batchfile
@echo off
|
|
plink -batch -i %1 ubuntu@%2 "curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt-get install -y nodejs" |