From f668e009263cdafdebae3607719ae19bfd9dc249 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sun, 21 Aug 2022 18:24:35 -0400 Subject: begin configuration of new machine --- modules/10-ssh/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/10-ssh/install.sh') 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 -- cgit v1.2.3