mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-05 07:39:23 +00:00
Fix deprecated brew command
`brew cask` is an outdated command, replaced by `brew install --cask`. Refs #5398 <https://github.com/Genymobile/scrcpy/pull/5398> PR #6149 <https://github.com/Genymobile/scrcpy/pull/6149> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
4e1cf13a50
commit
38256d8ff9
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ show_adb_installation_msg(void) {
|
||||||
} pkg_managers[] = {
|
} pkg_managers[] = {
|
||||||
{"apt", "apt install adb"},
|
{"apt", "apt install adb"},
|
||||||
{"apt-get", "apt-get install adb"},
|
{"apt-get", "apt-get install adb"},
|
||||||
{"brew", "brew cask install android-platform-tools"},
|
{"brew", "brew install --cask android-platform-tools"},
|
||||||
{"dnf", "dnf install android-tools"},
|
{"dnf", "dnf install android-tools"},
|
||||||
{"emerge", "emerge dev-util/android-tools"},
|
{"emerge", "emerge dev-util/android-tools"},
|
||||||
{"pacman", "pacman -S android-tools"},
|
{"pacman", "pacman -S android-tools"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue