aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/core/update.sh
diff options
context:
space:
mode:
authorJesus <heckyel@hyperbola.info>2025-05-18 20:09:31 -0500
committerJesus <heckyel@hyperbola.info>2025-05-18 20:09:31 -0500
commitc98c789f32ac45ca231350b8bacca07692afe749 (patch)
treeacda5ecbb4bbc297478ae3027fe57a98f5ad56f7 /hyperterm/core/update.sh
parentd5e477f13dd41081bba461eb9ae34423d91f5790 (diff)
downloadhyperterm-c98c789f32ac45ca231350b8bacca07692afe749.tar.lz
hyperterm-c98c789f32ac45ca231350b8bacca07692afe749.tar.xz
hyperterm-c98c789f32ac45ca231350b8bacca07692afe749.zip
Add autodep.sh
Diffstat (limited to 'hyperterm/core/update.sh')
-rw-r--r--hyperterm/core/update.sh2
1 files changed, 1 insertions, 1 deletions
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