From b0cf9102c09ee3f8875cdb58475f7b6b4c0fadde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Sat, 12 Oct 2024 23:29:58 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20Remove=20Android=20File=20Transf?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/os/installs/macos/misc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/os/installs/macos/misc.sh b/src/os/installs/macos/misc.sh index 2eae93830..93495205f 100755 --- a/src/os/installs/macos/misc.sh +++ b/src/os/installs/macos/misc.sh @@ -8,7 +8,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \ print_in_purple "\n Miscellaneous\n\n" -brew_install "Android File Transfer" "android-file-transfer" "--cask" brew_install "Rectangle" "rectangle" "--cask" brew_install "Unarchiver" "the-unarchiver" "--cask" brew_install "VLC" "vlc" "--cask"