SenShaMart/deployment/init_instance.bat
2023-07-13 11:32:02 +10:00

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"