diff options
author | Jesus E <heckyel@riseup.net> | 2023-04-22 14:35:23 -0400 |
---|---|---|
committer | Jesus E <heckyel@riseup.net> | 2023-04-22 14:35:23 -0400 |
commit | e31e96cc679302998c297f3837c028a07a97962e (patch) | |
tree | 0b32bce15a55aa49e024951083d05fe3f24f0e83 /hyperterm | |
parent | 3be259f71ff1a20b9cc66c2c2907cae1c60437db (diff) | |
download | hyperterm-e31e96cc679302998c297f3837c028a07a97962e.tar.lz hyperterm-e31e96cc679302998c297f3837c028a07a97962e.tar.xz hyperterm-e31e96cc679302998c297f3837c028a07a97962e.zip |
update domain
Diffstat (limited to 'hyperterm')
-rw-r--r-- | hyperterm/core/update.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hyperterm/core/update.sh b/hyperterm/core/update.sh index 651ce63..486a09d 100644 --- a/hyperterm/core/update.sh +++ b/hyperterm/core/update.sh @@ -14,7 +14,7 @@ function _url_exists() { } function _urls() { - URL_1="https://c.hgit.ga/software/hyperterm.git" + URL_1="https://c.fridu.us/software/hyperterm.git" URL_2="https://git.sr.ht/~heckyel/hyperterm" case $(_url_exists "$URL_1") in 200) URL="$URL_1" @@ -74,8 +74,8 @@ function updbashrc() { "Hooray! HyperTerm has been updated and/or is at the current version." 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://c.hgit.ga/software/hyperterm.git" \ - "Get your HyperTerm copy on: https://c.hgit.ga/software/hyperterm.git" + msg "Consigue tu copia de HyperTerm en: https://c.fridu.us/software/hyperterm.git" \ + "Get your HyperTerm copy on: https://c.fridu.us/software/hyperterm.git" printf '%b\n' "$RESET" else case $(_url_exists "$URL") in |