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 9a82607 commit 54c159aCopy full SHA for 54c159a
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 cask install osxfuse
+ brew install --cask osxfuse
23
curl -L -o cvmfs-latest.pkg ${CVMFS_MACOS_PKG_LOCATION}
24
sudo installer -package cvmfs-latest.pkg -target /
25
else
0 commit comments