diff options
author | Jesus <heckyel@hyperbola.info> | 2025-05-18 20:09:31 -0500 |
---|---|---|
committer | Jesus <heckyel@hyperbola.info> | 2025-05-18 20:09:31 -0500 |
commit | c98c789f32ac45ca231350b8bacca07692afe749 (patch) | |
tree | acda5ecbb4bbc297478ae3027fe57a98f5ad56f7 /hyperterm/core/update.sh | |
parent | d5e477f13dd41081bba461eb9ae34423d91f5790 (diff) | |
download | hyperterm-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.sh | 2 |
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 |