update comments
[webi-installers/.git] / node / install.sh
index f2c259c801152e02d988e79cfea9f26ae6cbed8a..2a9eb86f12569c2150292286c4190200d860b7e5 100644 (file)
@@ -1,9 +1,16 @@
 #!/bin/bash
 
+# "This is too simple" you say! "Where is the magic!?" you ask.
+# There is no magic!
+# The custom functions for node are here.
+# The generic functions - version checks, download, extract, etc - are here:
+#   - https://github.com/webinstall/packages/branches/master/webi/template.bash
+
 set -e
 set -u
 
 pkg_cmd_name="node"
+#WEBI_SINGLE=""
 
 pkg_get_current_version() {
     # 'node --version' has output in this format: