diff options
author | Jesus <heckyel@hyperbola.info> | 2024-05-27 00:55:29 +0800 |
---|---|---|
committer | Jesus <heckyel@hyperbola.info> | 2024-05-27 00:55:29 +0800 |
commit | ae50a05447cb3f66a4c5a4111ef7275611e9dcee (patch) | |
tree | 9a450481d2c601cc7b7c2a9b2a2b4d83fb8b824b | |
parent | b3c6fd736b05defb6ddc98cd3493d99b70321a30 (diff) | |
download | hyperterm-ae50a05447cb3f66a4c5a4111ef7275611e9dcee.tar.lz hyperterm-ae50a05447cb3f66a4c5a4111ef7275611e9dcee.tar.xz hyperterm-ae50a05447cb3f66a4c5a4111ef7275611e9dcee.zip |
README_es.md update
-rw-r--r-- | README_es.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README_es.md b/README_es.md index 28c30c0..86b6f4e 100644 --- a/README_es.md +++ b/README_es.md @@ -49,7 +49,7 @@ ConfiguraciĆ³n personalizada del Prompt Shell para Bash 1. Descargar el archivo `install.sh`: - wget https://git.sr.ht/~heckyel/hyperterm/blob/master/install.sh -O "$HOME/install.sh" + curl -Ls https://git.sr.ht/~heckyel/hyperterm/blob/master/install.sh -o "$HOME/install.sh" 2. Ejecutar el archivo `install.sh` @@ -172,11 +172,11 @@ ConfiguraciĆ³n personalizada del Prompt Shell para Bash 1. Descargar el archivo `uninstall.sh`: - wget https://git.sr.ht/~heckyel/hyperterm/tree/master/item/uninstall.sh -O "$HOME/uninstall.sh" + curl -Ls https://git.sr.ht/~heckyel/hyperterm/tree/master/item/uninstall.sh -o "$HOME/uninstall.sh" o - wget https://notabug.org/heckyel/hyperterm/raw/master/uninstall.sh -O "$HOME/uninstall.sh" + curl -Ls https://notabug.org/heckyel/hyperterm/raw/master/uninstall.sh -o "$HOME/uninstall.sh" 2. Ejecutar el archivo `uninstall.sh`: |