From 8116813116c6f2613a7c8ad078f634d07b7408b4 Mon Sep 17 00:00:00 2001 From: Cheong Yip Date: Sat, 25 May 2024 21:32:47 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20update=20brew=20names=20due=20to?= =?UTF-8?q?=20warnings=20for=20chrome,=20firefox=20and=20dolphin=20version?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/os/installs/macos/Brewfile | 8 ++++---- src/os/installs/macos/browsers.sh | 6 +++--- src/os/installs/macos/gaming.sh | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/os/installs/macos/Brewfile b/src/os/installs/macos/Brewfile index f00ad6dea..a259a71de 100644 --- a/src/os/installs/macos/Brewfile +++ b/src/os/installs/macos/Brewfile @@ -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" diff --git a/src/os/installs/macos/browsers.sh b/src/os/installs/macos/browsers.sh index 3cae40acb..2d5aee47c 100755 --- a/src/os/installs/macos/browsers.sh +++ b/src/os/installs/macos/browsers.sh @@ -25,7 +25,7 @@ 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" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -33,8 +33,8 @@ 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" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/os/installs/macos/gaming.sh b/src/os/installs/macos/gaming.sh index 025f3033b..48681df35 100755 --- a/src/os/installs/macos/gaming.sh +++ b/src/os/installs/macos/gaming.sh @@ -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"