diff options
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`: |