diff options
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 |