summaryrefslogtreecommitdiff
path: root/modules/40-neofetch/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/40-neofetch/install.sh')
-rw-r--r--modules/40-neofetch/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/40-neofetch/install.sh b/modules/40-neofetch/install.sh
index c432a71..81968ae 100644
--- a/modules/40-neofetch/install.sh
+++ b/modules/40-neofetch/install.sh
@@ -2,6 +2,7 @@ _script="$(realpath ${BASH_SOURCE[0]})"
_scriptname="$(basename $_script)"
_scriptdir="$(dirname $_script)"
_modulename="$(basename $_scriptdir)"
+DOT_MODULE_NAME="neofetch"
function preinstall() {
if ! [[ -x "$(command -v neofetch)" ]]; then