1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 01:06:50 +00:00

Merge pull request #1839 from ThomasWaldmann/osxfuse-non-beta

osxfuse non-beta
This commit is contained in:
TW 2016-11-12 23:04:50 +01:00 committed by GitHub
commit 5c98b850dc

View file

@ -17,7 +17,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
brew install lz4
brew outdated pyenv || brew upgrade pyenv
brew install pkg-config
brew install Caskroom/versions/osxfuse-beta
brew install Caskroom/versions/osxfuse
case "${TOXENV}" in
py34)