update domain
This commit is contained in:
parent
3be259f71f
commit
e31e96cc67
@ -51,7 +51,7 @@ Custom Prompt Shell Settings for Bash
|
|||||||
|
|
||||||
1. Download file `install.sh`:
|
1. Download file `install.sh`:
|
||||||
|
|
||||||
$ wget https://c.hgit.ga/software/hyperterm.git/plain/install.sh -O "$HOME/install.sh"
|
$ wget https://c.fridu.us/software/hyperterm.git/plain/install.sh -O "$HOME/install.sh"
|
||||||
|
|
||||||
2. Run file `install.sh`
|
2. Run file `install.sh`
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ function _url_exists() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function _urls() {
|
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"
|
URL_2="https://git.sr.ht/~heckyel/hyperterm"
|
||||||
case $(_url_exists "$URL_1") in
|
case $(_url_exists "$URL_1") in
|
||||||
200) URL="$URL_1"
|
200) URL="$URL_1"
|
||||||
@ -74,8 +74,8 @@ function updbashrc() {
|
|||||||
"Hooray! HyperTerm has been updated and/or is at the current version."
|
"Hooray! HyperTerm has been updated and/or is at the current version."
|
||||||
msg "Puede reportarnos errores en https://todo.sr.ht/~heckyel/hyperterm" \
|
msg "Puede reportarnos errores en https://todo.sr.ht/~heckyel/hyperterm" \
|
||||||
"You can report errors issues in 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" \
|
msg "Consigue tu copia de HyperTerm en: https://c.fridu.us/software/hyperterm.git" \
|
||||||
"Get your HyperTerm copy on: https://c.hgit.ga/software/hyperterm.git"
|
"Get your HyperTerm copy on: https://c.fridu.us/software/hyperterm.git"
|
||||||
printf '%b\n' "$RESET"
|
printf '%b\n' "$RESET"
|
||||||
else
|
else
|
||||||
case $(_url_exists "$URL") in
|
case $(_url_exists "$URL") in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user