Skip to content

Commit

Permalink
🚚 update brew names due to warnings for chrome, firefox and dolphin v…
Browse files Browse the repository at this point in the history
…ersions
  • Loading branch information
wingy3181 committed May 25, 2024
1 parent 6af84b8 commit 8116813
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/os/installs/macos/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ cask "discord"
cask "disk-inventory-x"
cask "displaylink"
cask "docker"
cask "dolphin-beta"
cask "dolphin@beta"
cask "firefox"
cask "firefox-developer-edition"
cask "firefox-nightly"
cask "firefox@developer-edition"
cask "firefox@nightly"
cask "fujitsu-scansnap-home"
cask "gas-mask"
cask "gifox"
cask "gimp"
cask "google-chrome"
cask "google-chrome-canary"
cask "google-chrome@canary"
cask "handbrake"
cask "imageoptim"
cask "jetbrains-toolbox"
Expand Down
6 changes: 3 additions & 3 deletions src/os/installs/macos/browsers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ brew_install_with_confirmation "Brave Browser" "brave-browser" "--cask"
printf "\n"

brew_install_with_confirmation "Chrome" "google-chrome" "--cask"
brew_install_with_confirmation "Chrome Canary" "google-chrome-canary" "--cask" "homebrew/cask-versions"
brew_install_with_confirmation "Chrome Canary" "google-chrome@canary" "--cask" "homebrew/cask-versions"
brew_install_with_confirmation "Chromium" "chromium" "--cask --no-quarantine"

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

printf "\n"

brew_install_with_confirmation "Firefox" "firefox" "--cask"
brew_install_with_confirmation "Firefox Developer" "firefox-developer-edition" "--cask" "homebrew/cask-versions"
brew_install_with_confirmation "Firefox Nightly" "firefox-nightly" "--cask" "homebrew/cask-versions"
brew_install_with_confirmation "Firefox Developer" "firefox@developer-edition" "--cask" "homebrew/cask-versions"
brew_install_with_confirmation "Firefox Nightly" "firefox@nightly" "--cask" "homebrew/cask-versions"

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Expand Down
2 changes: 1 addition & 1 deletion src/os/installs/macos/gaming.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \

print_in_purple "\n Gaming\n\n"

brew_install_with_confirmation "Dolphin Beta (GameCube Emulator)" "dolphin-beta" "--cask" "homebrew/cask-versions"
brew_install_with_confirmation "Dolphin Beta (GameCube Emulator)" "dolphin@beta" "--cask" "homebrew/cask-versions"
brew_install_with_confirmation "SideQuest" "sidequest" "--cask"
brew_install_with_confirmation "VR Virtual Desktop Streamer" "virtual-desktop-streamer" "--cask"

Expand Down

0 comments on commit 8116813

Please sign in to comment.