From b9bc10c9e2c20e9e579e18ce6fcae1fc3e82c25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 10 Feb 2021 15:33:43 -0500 Subject: change URLs support --- hyperterm/core/update.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'hyperterm/core') 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 -- cgit v1.2.3