Added a simpler one liner download command

This commit is contained in:
Mik 2019-08-04 19:14:34 +05:30 committed by Eduard Tolosa
parent 50d580fc40
commit 77f7f57850

View file

@ -23,6 +23,12 @@ Or
$ wget -O script.sh https://github.com/Edu4rdSHL/microsoft-giveaway-books/raw/master/script.sh && sh script.sh
```
Or if you don't care for error checking or other misc stuff on your terminal
```
$ wget -q --content-disposition $(curl -s https://msdnshared.blob.core.windows.net/media/2017/07/Ligman_eBooks_2017.txt | tail -n +2 | awk {'print $1'})
```
# Windows
For windows you can use any of the scripts provided in: