new node install script

This commit is contained in:
Andrew
2025-05-07 20:40:41 -04:00
parent bae1e762fd
commit bf42ecad71
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# the command used to initialize our subtree
#git subtree add --prefix=nodesource https://github.com/nodesource/distributions.git master --squash
# the command used to update our subtree
git subtree pull --prefix=nodesource https://github.com/nodesource/distributions.git master --squash