diff options
author | Astound <kirito@disroot.org> | 2024-08-01 23:55:55 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-08-01 23:55:55 +0800 |
commit | 38ea97b31b3d6ee21a9e9c0f65d63c2868341edc (patch) | |
tree | 1941996cfd0a35718b1e8cae814b11556c4cb574 /README.md | |
parent | c19d3a94142527e8ed22d48f4f1ee7a00e493a72 (diff) | |
download | hyperterm-38ea97b31b3d6ee21a9e9c0f65d63c2868341edc.tar.lz hyperterm-38ea97b31b3d6ee21a9e9c0f65d63c2868341edc.tar.xz hyperterm-38ea97b31b3d6ee21a9e9c0f65d63c2868341edc.zip |
update URLs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -52,7 +52,7 @@ Custom Prompt Shell Settings for Bash 1. Download file `install.sh`: - $ curl -Ls https://c.fridu.us/software/hyperterm.git/plain/install.sh -o "$HOME/install.sh" + $ curl -Ls https://git.fridu.us/heckyel/hyperterm/raw/branch/master/install.sh -o "$HOME/install.sh" 2. Run file `install.sh` @@ -78,8 +78,8 @@ Custom Prompt Shell Settings for Bash 2. Clone the HyperTerm repository: - - Mirror 1: `git clone https://git.sr.ht/~heckyel/hyperterm.git "$HOME/bash"` - - Mirror 2: `git clone https://notabug.org/heckyel/hyperterm.git "$HOME/bash"` + - Mirror 1: `git clone https://git.fridu.us/heckyel/hyperterm.git "$HOME/bash"` + - Mirror 2: `git clone https://c.fridu.us/heckyel/hyperterm.git "$HOME/bash"` 3. Copy the HyperTerm files to your Local Directory @@ -178,11 +178,7 @@ Custom Prompt Shell Settings for Bash 1. Download file `uninstall.sh`: - $ curl -Ls https://git.sr.ht/~heckyel/hyperterm/blob/master/uninstall.sh -o "$HOME/uninstall.sh" - - or - - $ curl -Ls https://notabug.org/heckyel/hyperterm/raw/master/uninstall.sh -o "$HOME/uninstall.sh" + $ curl -Ls https://git.fridu.us/heckyel/hyperterm/raw/branch/master/uninstall.sh -o "$HOME/uninstall.sh" 2. Run file `uninstall.sh`: |