diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-10 15:33:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-10 15:33:43 -0500 |
commit | b9bc10c9e2c20e9e579e18ce6fcae1fc3e82c25a (patch) | |
tree | 01ce93cbdc7124dce7d684dbc3441d8848c8cd28 /install.sh | |
parent | 81901a1c3d59c662f45fc76ed733f7a2afa20179 (diff) | |
download | hyperterm-b9bc10c9e2c20e9e579e18ce6fcae1fc3e82c25a.tar.lz hyperterm-b9bc10c9e2c20e9e579e18ce6fcae1fc3e82c25a.tar.xz hyperterm-b9bc10c9e2c20e9e579e18ce6fcae1fc3e82c25a.zip |
change URLs support
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -253,5 +253,5 @@ echo -e '\033[0;36m /____/_/ ' echo -e '\033[m' msg "Para evitar problemas y mantener su shell, habilite solo las funciones que realmente desea utilizar desde $HOME/.hyperterm/_custom.sh" \ "To avoid issues and to keep your shell lean, please enable only features you really want to use from $HOME/.hyperterm/_custom.sh" -msg "Puede reportarnos errores en \033[0;36mhttps://notabug.org/heckyel/hyperterm/issues \033[0m" \ - "You can report errors issues in \033[0;36mhttps://notabug.org/heckyel/hyperterm/issues \033[0m" +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" |