correct some comments
authorAJ ONeal <coolaj86@gmail.com>
Sun, 14 Jun 2020 09:34:29 +0000 (03:34 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Sun, 14 Jun 2020 09:34:29 +0000 (03:34 -0600)
caddy/install.bash
node/install.bash

index 05366cd45534fa1c529b81a923c01c5e6ee53445..6b29bfe3dfccb0ae67fa1aa76feed4ca73a73815 100644 (file)
@@ -26,7 +26,7 @@ pkg_get_current_version() {
 }
 
 pkg_format_cmd_version() {
-    # 'node v12.8.0' is the canonical version format for node
+    # 'caddy v2.1.0' is the canonical version format for caddy
     my_version="$1"
     echo "$pkg_cmd_name v$my_version"
 }
@@ -49,7 +49,7 @@ pkg_install() {
     pushd "$WEBI_TMP" 2>&1 >/dev/null
 
         # rename the entire extracted folder to the new location
-        # (this will be "$HOME/.local/opt/node-v$WEBI_VERSION" by default)
+        # (this will be "$HOME/.local/bin/caddy-v$WEBI_VERSION" by default)
         mkdir -p "$pkg_common_bin"
         mv ./"$pkg_cmd_name"* "$pkg_common_cmd"
 
@@ -61,6 +61,6 @@ pkg_post_install() {
     pkg_link_new_version
 
     # web_path_add is defined in webi/template.bash at https://github.com/webinstall/packages
-    # Adds "$HOME/.local/opt/node" to PATH
+    # Adds "$HOME/.local/bin" to PATH
     webi_path_add "$pkg_common_bin"
 }
index c78239b208f0e1fd8237d947197e34f75bc579f9..4dba6c3b0c45441542fe44208dbcdf51b10310c0 100644 (file)
@@ -128,7 +128,7 @@ pkg_post_install() {
     pkg_link_new_version
 
     # web_path_add is defined in webi/template.bash at https://github.com/webinstall/packages
-    # Adds "$HOME/.local/opt/node" to PATH
+    # Adds "$HOME/.local/opt/node/bin" to PATH
     webi_path_add "$pkg_common_bin"
 }