diff --git a/README.md b/README.md index ea42496..63bb958 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ fish install --path=~/.local/share/omf --config=~/.config/omf You can verify the integrity of the downloaded installer by verifying the script against [this checksum](bin/install.sha256): ``` -bbace7ef16956d87fd40bff91cd1992a90621e7931ac3055f16b7f6d679e8fff install +bb1f4025934600ea6feef2ec11660e17e2b6449c5a23c033860aed712ad328c9 install ``` You can also install Oh My Fish with Git or with an offline source tarball downloaded from the [releases page][releases]: diff --git a/bin/install b/bin/install index f01a976..6420252 100755 --- a/bin/install +++ b/bin/install @@ -481,7 +481,7 @@ function sane_environment_check end debug "Verifying Git autocrlf is not enabled" - if test (cmd git config --bool core.autocrlf; or echo false) = true + if test (cmd git config core.autocrlf; or echo false) = true abort "Please disable core.autocrlf in your Git configuration." end end diff --git a/bin/install.sha256 b/bin/install.sha256 index e675f38..e0e2a75 100644 --- a/bin/install.sha256 +++ b/bin/install.sha256 @@ -1 +1 @@ -bbace7ef16956d87fd40bff91cd1992a90621e7931ac3055f16b7f6d679e8fff install +bb1f4025934600ea6feef2ec11660e17e2b6449c5a23c033860aed712ad328c9 install