update URL

This commit is contained in:
Jesús 2021-12-28 21:33:54 -05:00
parent 2e484b74f6
commit 692c368cc2
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ Custom Prompt Shell Settings for Bash
1. Download file `install.sh`:
$ wget https://hgit.conocimientoslibres.ga/software/hyperterm.git/plain/install.sh -O "$HOME/install.sh"
$ wget https://c.hgit.ga/software/hyperterm.git/plain/install.sh -O "$HOME/install.sh"
2. Run file `install.sh`

View File

@ -26,7 +26,7 @@ function _url_exists() {
}
function _urls() {
URL_1="https://hgit.conocimientoslibres.ga/software/hyperterm.git"
URL_1="https://c.hgit.ga/software/hyperterm.git"
URL_2="https://git.sr.ht/~heckyel/hyperterm"
if [[ $(_url_exists "$URL_1") -eq 0 ]]; then