From 7e7e79f53f41cb822ec3a2a1ac01f19a180b90dd Mon Sep 17 00:00:00 2001 From: eriks Date: Fri, 4 Aug 2023 11:39:10 +0300 Subject: [PATCH] Shorten download link Shortened URL for `https://git.72.lv/eriks/bashrc/raw/branch/master/download.sh` for easier manual entry of the automated command Signed-off-by: eriks --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccfa809..3ffa255 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ ## Download ### Automated +Target URL for automated download is `https://git.72.lv/eriks/bashrc/raw/branch/master/download.sh` which has been shortened to `https://72.lv/bashrc` + #### cURL -`curl https://git.72.lv/eriks/bashrc/raw/branch/master/download.sh | bash` +`curl -L https://72.lv/bashrc | bash` #### wget -`wget -qO - https://git.72.lv/eriks/bashrc/raw/branch/master/download.sh | bash` +`wget -qO - https://72.lv/bashrc | bash` ### Manual #### cURL -- 2.47.2