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 8d87b1a..659e7e5 100644 --- a/hyperterm/core/update.sh +++ b/hyperterm/core/update.sh @@ -102,7 +102,7 @@ function updbashrc() { install -m644 /tmp/hyperterm/hyperterm/core/$i "$HOME/.hyperterm/core/$i" done # themes - for i in default.sh joy.sh light_theme.sh pure.sh special.sh; do + for i in default.sh joy.sh light_theme.sh minterm.sh pure.sh simple.sh special.sh; do install -m644 /tmp/hyperterm/hyperterm/themes/$i "$HOME/.hyperterm/themes/$i" done # tools |