diff --git a/Casks/megasync.rb b/Casks/megasync.rb index 842a68d2aabb..076d3266a606 100644 --- a/Casks/megasync.rb +++ b/Casks/megasync.rb @@ -8,14 +8,4 @@ license :oss app 'MEGAsync.app' - - caveats do - <<-EOS.undent - #{token} only works if called from /Applications, so you may need to install it with - brew cask install --appdir=/Applications #{token} - - Alternatively, you can create an extra link in /Applications, after installing - ln -s '#{staged_path}/MEGAsync.app' '/Applications/MEGAsync.app' - EOS - end end