update comments

This commit is contained in:
AJ ONeal
2020-06-16 11:12:08 +00:00
parent 72062b452a
commit 6ba463d284
2 changed files with 13 additions and 3 deletions

View File

@@ -1,14 +1,17 @@
#!/bin/bash
# This file only defines custom functions which may be unique to installing Caddy.
# For the generic functions (version comparison, downloading, symlinking) which
# are used by almost all installers, see `template.bash`:
# "This is too simple" you say! "Where is the magic!?" you ask.
# There is no magic!
# The custom functions for Caddy 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="caddy"
# IMPORTANT: this let's other functions know to expect this to be a single file
WEBI_SINGLE=true
pkg_get_current_version() {

View 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: