diff options
Diffstat (limited to 'tools/cpt-install')
-rwxr-xr-x | tools/cpt-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cpt-install b/tools/cpt-install index 9c7a3c5..77c1de0 100755 --- a/tools/cpt-install +++ b/tools/cpt-install @@ -1,4 +1,5 @@ #!/bin/sh +# Install a package # shellcheck disable=1091 if command -v cpt-lib >/dev/null; then . cpt-lib; else . ../lib.sh; fi |