mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-06 00:36:35 +00:00
update comments
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user