Skip to content

Commit 54c159a

Browse files
Marko Petricvvolkl
authored andcommitted
Update deprecated brew behaviour
1 parent 9a82607 commit 54c159a

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 cask install osxfuse
22+
brew install --cask osxfuse
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)