firefox 162 B

123456
  1. #!/bin/bash
  2. if [[ "$OS" = "Darwin" ]]; then
  3. [[ -d "$HOME/Applications/Firefox.app" ]] || brew cask install firefox
  4. else
  5. has firefox || gimme_pkg firefox
  6. fi