From c98c789f32ac45ca231350b8bacca07692afe749 Mon Sep 17 00:00:00 2001 From: Jesus Date: Sun, 18 May 2025 20:09:31 -0500 Subject: Add autodep.sh --- hyperterm/core/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperterm/core/update.sh') diff --git a/hyperterm/core/update.sh b/hyperterm/core/update.sh index ade74e3..dcd71d0 100644 --- a/hyperterm/core/update.sh +++ b/hyperterm/core/update.sh @@ -106,7 +106,7 @@ function updbashrc() { sleep 1 # Step 3: Core files - for f in autocomplete.sh colors.sh git.sh languages.sh status.sh update.sh; do + for f in autocomplete.sh autodep.sh colors.sh git.sh languages.sh status.sh update.sh; do download_file "hyperterm/core/$f" "$HOME/.hyperterm/core/$f" done -- cgit v1.2.3