diff options
author | picodotdev <pico.dev@gmail.com> | 2018-01-23 22:29:44 +0100 |
---|---|---|
committer | picodotdev <pico.dev@gmail.com> | 2018-01-23 22:29:44 +0100 |
commit | f66ef7184634b4baa3cff7bcb1ceb45e0a0cd3c4 (patch) | |
tree | 8b22d1fce92ec18e395f23db813d2e064b2f0ea3 /README.md | |
parent | 248165112d8b7a98e25e58358d38104ae6086987 (diff) |
Option to use URL shortener for download.sh script
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |