diff options
author | Galen Guyer <galen@galenguyer.com> | 2022-08-16 13:01:13 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2022-08-16 13:01:13 -0400 |
commit | fe808a0b8bc5acdd715ae3903c83a9d2d1e43aa2 (patch) | |
tree | 99a3cb32fe5503c01502891bf2da93cd225617a9 /modules/40-git/install.sh | |
parent | 69f4428fc03ffa03d47f6525fcb65fa48b5f76aa (diff) |
add custom module names
Diffstat (limited to 'modules/40-git/install.sh')
-rw-r--r-- | modules/40-git/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/40-git/install.sh b/modules/40-git/install.sh index 384f539..61374e9 100644 --- a/modules/40-git/install.sh +++ b/modules/40-git/install.sh @@ -2,6 +2,7 @@ _script="$(realpath ${BASH_SOURCE[0]})" _scriptname="$(basename $_script)" _scriptdir="$(dirname $_script)" _modulename="$(basename $_scriptdir)" +DOT_MODULE_NAME="git" function preinstall() { if ! [[ -x "$(command -v git)" ]]; then |