From f66ef7184634b4baa3cff7bcb1ceb45e0a0cd3c4 Mon Sep 17 00:00:00 2001 From: picodotdev Date: Tue, 23 Jan 2018 22:29:44 +0100 Subject: Option to use URL shortener for download.sh script --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6188634..01a34f8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Currently these scripts are for me but maybe they are useful for you too. ``` # # Start the system with lastest Arch Linux installation media # loadkeys [keymap] -# curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash +# curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash, or with URL shortener curl -sL https://bit.ly/2F3CATp | bash # # Edit alis.conf and change variables values with your preferences # vim alis.conf # ./alis.sh @@ -53,7 +53,7 @@ Currently these scripts are for me but maybe they are useful for you too. ``` # # Start the system with lastest Arch Linux installation media # loadkeys [keymap] -# curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash +# curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash, or with URL shortener curl -sL https://bit.ly/2F3CATp | bash # # Edit alis-recovery.conf and change variables values with your last installation with alis # vim alis-recovery.conf # ./alis-recovery.sh -- cgit v1.2.3