This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\IsePester\IsePester.nupkg" checksum="90137BF02B6B4AABEDC6AF1131E73480" /> | |
<file path="C:\ProgramData\chocolatey\lib\IsePester\isepester.nuspec" checksum="6CB8DEF4482DDA19328B31C57B10E0CA" /> | |
<file path="C:\ProgramData\chocolatey\lib\IsePester\tools\ChocolateyInstall.ps1" checksum="25FC7BCE2E7E498C34E9B3C67645214B" /> | |
<file path="C:\ProgramData\chocolatey\lib\IsePester\tools\IsePester.psm1" checksum="258D1C3E196EFD7967E000064852F122" /> | |
<file path="C:\ProgramData\chocolatey\lib\IsePester\tools\README.md" checksum="A726CC12B1551397B3CBDDE0095B44E4" /> | |
</files> | |
</fileSnapshot> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Run this: | |
# | |
# curl https://gist.github.com/nicerobot/7664605/raw/install.sh | bash -s do-sudo | |
# | |
# which will run: | |
[ -f qgis2-homebrew-build.sh ] || { | |
curl -O https://gist.github.com/nicerobot/7664605/raw/qgis2-homebrew-build.sh |