aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/core/update.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-02-10 15:33:43 -0500
committerJesús <heckyel@hyperbola.info>2021-02-10 15:33:43 -0500
commitb9bc10c9e2c20e9e579e18ce6fcae1fc3e82c25a (patch)
tree01ce93cbdc7124dce7d684dbc3441d8848c8cd28 /hyperterm/core/update.sh
parent81901a1c3d59c662f45fc76ed733f7a2afa20179 (diff)
downloadhyperterm-b9bc10c9e2c20e9e579e18ce6fcae1fc3e82c25a.tar.lz
hyperterm-b9bc10c9e2c20e9e579e18ce6fcae1fc3e82c25a.tar.xz
hyperterm-b9bc10c9e2c20e9e579e18ce6fcae1fc3e82c25a.zip
change URLs support
Diffstat (limited to 'hyperterm/core/update.sh')
-rw-r--r--hyperterm/core/update.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/hyperterm/core/update.sh b/hyperterm/core/update.sh
index 6794a99..c3af7b9 100644
--- a/hyperterm/core/update.sh
+++ b/hyperterm/core/update.sh
@@ -85,8 +85,11 @@ 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 "Consigue tu copia de HyperTerm en: https://notabug.org/heckyel/hyperterm" \
- "Get your HyperTerm swag at: https://notabug.org/heckyel/hyperterm"
+ 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 "Consigue tu copia de HyperTerm en: https://git.sr.ht/~heckyel/hyperterm" \
+ "Get your HyperTerm copy on: https://git.sr.ht/~heckyel/hyperterm"
printf '%b\n' "$RESET"
else
if [[ $(_url_exists "$URL") -eq 0 ]]; then