diff options
author | Jesús <heckyel@hyperbola.info> | 2021-10-14 22:52:19 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-10-14 22:52:19 -0500 |
commit | 84e01b674d4df699e0249822307772f16096eef8 (patch) | |
tree | 45678044184b188070485983e4f1dc7d72442b1c /hyperterm/core/update.sh | |
parent | 0c4d7f18d5cc5d73f126fbabdd6576fa04fb81ae (diff) | |
download | hyperterm-84e01b674d4df699e0249822307772f16096eef8.tar.lz hyperterm-84e01b674d4df699e0249822307772f16096eef8.tar.xz hyperterm-84e01b674d4df699e0249822307772f16096eef8.zip |
update URL
Diffstat (limited to 'hyperterm/core/update.sh')
-rw-r--r-- | hyperterm/core/update.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hyperterm/core/update.sh b/hyperterm/core/update.sh index 659e7e5..6bdcfdb 100644 --- a/hyperterm/core/update.sh +++ b/hyperterm/core/update.sh @@ -26,12 +26,12 @@ function _url_exists() { } function _urls() { - URL_1="https://git.sr.ht/~heckyel/hyperterm" + URL_1="https://hgit.conocimientoslibres.ga/software/hyperterm.git" URL_2="https://notabug.org/heckyel/hyperterm" if [[ $(_url_exists "$URL_1") -eq 0 ]]; then URL="$URL_1" - RAW="$URL_1/blob/master" + RAW="$URL_1/plain" elif [[ $(_url_exists "$URL_2") -eq 0 ]]; then URL="$URL_2" RAW="$URL_2/raw/master" @@ -88,8 +88,8 @@ function updbashrc() { 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" + msg "Consigue tu copia de HyperTerm en: https://hgit.conocimientoslibres.ga/software/hyperterm.git" \ + "Get your HyperTerm copy on: https://hgit.conocimientoslibres.ga/software/hyperterm.git" printf '%b\n' "$RESET" else if [[ $(_url_exists "$URL") -eq 0 ]]; then |