Skip to content

Commit 3f30d09

Browse files
Marko Petricvvolkl
authored andcommitted
change osxfuse for macfuse
1 parent 54c159a commit 3f30d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-cvmfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ elif [ "$(uname)" == "Darwin" ]; then
1919
if [ -z "${CVMFS_HTTP_PROXY}" ]; then
2020
export CVMFS_HTTP_PROXY='DIRECT'
2121
fi
22-
brew install --cask osxfuse
22+
brew install --cask macfuse
2323
curl -L -o cvmfs-latest.pkg ${CVMFS_MACOS_PKG_LOCATION}
2424
sudo installer -package cvmfs-latest.pkg -target /
2525
else

0 commit comments

Comments
 (0)