We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c159a commit 3f30d09Copy full SHA for 3f30d09
setup-cvmfs.sh
@@ -19,7 +19,7 @@ elif [ "$(uname)" == "Darwin" ]; then
19
if [ -z "${CVMFS_HTTP_PROXY}" ]; then
20
export CVMFS_HTTP_PROXY='DIRECT'
21
fi
22
- brew install --cask osxfuse
+ brew install --cask macfuse
23
curl -L -o cvmfs-latest.pkg ${CVMFS_MACOS_PKG_LOCATION}
24
sudo installer -package cvmfs-latest.pkg -target /
25
else
0 commit comments