aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--hyperterm/core/update.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6002e4a..09fc417 100644
--- a/README.md
+++ b/README.md
@@ -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`
diff --git a/hyperterm/core/update.sh b/hyperterm/core/update.sh
index 8a2015f..841780f 100644
--- a/hyperterm/core/update.sh
+++ b/hyperterm/core/update.sh
@@ -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