diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-10 22:37:48 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-10 22:37:48 -0500 |
commit | 99f93bb8d5c9c421149bfa0d572ea18b34457340 (patch) | |
tree | f7c2f49993831cd56ac31723cc0373ce8d28575c /hyperterm/core | |
parent | b9bc10c9e2c20e9e579e18ce6fcae1fc3e82c25a (diff) | |
download | hyperterm-99f93bb8d5c9c421149bfa0d572ea18b34457340.tar.lz hyperterm-99f93bb8d5c9c421149bfa0d572ea18b34457340.tar.xz hyperterm-99f93bb8d5c9c421149bfa0d572ea18b34457340.zip |
[update.sh] plain color
Diffstat (limited to 'hyperterm/core')
-rw-r--r-- | hyperterm/core/update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperterm/core/update.sh b/hyperterm/core/update.sh index c3af7b9..8d87b1a 100644 --- a/hyperterm/core/update.sh +++ b/hyperterm/core/update.sh @@ -85,8 +85,8 @@ function updbashrc() { msg "¡Hurra! HyperTerm se ha actualizado y/o está en la versión actual." \ "Hooray! HyperTerm has been updated and/or is at the current version." - msg "Puede reportarnos errores en \033[0;36mhttps://todo.sr.ht/~heckyel/hyperterm \033[0m" \ - "You can report errors issues in \033[0;36mhttps://todo.sr.ht/~heckyel/hyperterm \033[0m" + msg "Puede reportarnos errores en https://todo.sr.ht/~heckyel/hyperterm" \ + "You can report errors issues in https://todo.sr.ht/~heckyel/hyperterm" msg "Consigue tu copia de HyperTerm en: https://git.sr.ht/~heckyel/hyperterm" \ "Get your HyperTerm copy on: https://git.sr.ht/~heckyel/hyperterm" |