add installers

This commit is contained in:
AJ ONeal
2020-04-25 20:55:17 +00:00
parent ec08726418
commit 67ba4bb616
3 changed files with 85 additions and 0 deletions

8
node/node.bash Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
set -u
curl -fsSL https://git.coolaj86.com/coolaj86/node-installer.sh/raw/branch/master/install.sh -o node-webinstall.sh
bash node-webinstall.sh
rm node-webinstall.sh