summaryrefslogtreecommitdiff
path: root/modules/10-ssh/install.sh
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-08-21 18:24:35 -0400
committerGalen Guyer <galen@galenguyer.com>2022-08-21 18:24:35 -0400
commitf668e009263cdafdebae3607719ae19bfd9dc249 (patch)
treeb9379edfa40b18c237eb7d38e6a2af8e0829028a /modules/10-ssh/install.sh
parent36fbe057d2235cbc12c3e7e85d88486d02be6c12 (diff)
begin configuration of new machine
Diffstat (limited to 'modules/10-ssh/install.sh')
-rw-r--r--modules/10-ssh/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/10-ssh/install.sh b/modules/10-ssh/install.sh
index 8fb3145..7799fd8 100644
--- a/modules/10-ssh/install.sh
+++ b/modules/10-ssh/install.sh
@@ -13,7 +13,7 @@ function preinstall() {
fi
}
-function install() {
+function _install() {
git-crypt unlock
if [[ "$?" -ne "0" ]]; then