Mercurial > dive4elements > website
changeset 156:1b6e891113d2
README: check sha256-sums and correct dirname.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 10 Apr 2014 11:40:46 +0200 |
parents | ea56812aba46 |
children | bb80af138556 |
files | README |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/README Thu Apr 10 08:30:21 2014 +0200 +++ b/README Thu Apr 10 11:40:46 2014 +0200 @@ -5,16 +5,18 @@ $ mkdir bootstrap cd bootstrap wget "https://github.com/twbs/bootstrap/releases/download/v3.1.1/bootstrap-3.1.1-dist.zip" - sha256sum bootstrap-3.1.1-dist.zip - 77d72e99f947113cd55149900a736bd2c2cbec175ace6dd33c1b3d3fc51cbf81 bootstrap-3.1.1-dist.zip + echo "77d72e99f947113cd55149900a736bd2c2cbec175ace6dd33c1b3d3fc51cbf81 bootstrap-3.1.1-dist.zip" | \ + sha256sum -c unzip bootstrap-3.1.1-dist.zip + mv bootstrap-3.1.1-dist dist cd .. == jquery 1.x $ mkdir jquery curl https://code.jquery.com/jquery-1.11.0.min.js -o jquery/jquery.min.js - + echo "b294e973896f8f874e90a8eb1a8908ac790980d034c4c4bdf0fc3d37b8abf682 jquery/jquery.min.js" | \ + sha256sum -c Ordnerstruktur ==============