mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 09:50:19 +00:00
add installers
This commit is contained in:
8
node/node.bash
Normal file
8
node/node.bash
Normal 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
|
||||
Reference in New Issue
Block a user