/swtor_on_mac

Bash script written for macOS using Homebrew / Wine to install everything required for Star Wars: The Old Republic

Primary LanguageShellBSD 2-Clause "Simplified" LicenseBSD-2-Clause

SWTOR On Mac Github All Releases

Script written for macOS using Homebrew / Winetricks to install everything required for Star Wars: The Old Republic up to the point where the installer is launched.

The script uses ready CrossOver binaries compiled by the project macos-crossover-wine-cloud-builder.

Untitled1

Install SWTOR On Mac

curl -s https://raw.githubusercontent.com/AgentRG/swtor_on_mac/master/install.sh | bash

Install SWTOR On Mac without Wine (assuming Wine/Wine32on64 is installed):

curl -s https://raw.githubusercontent.com/AgentRG/swtor_on_mac/master/install_swtor.sh | bash

Prerequisite:

  1. macOS High Sierra or later.
  2. Have installed Command Line Tools, Homebrew and Rosetta 2.
  3. At least 70GB of free storage space.

Uninstall SWTOR On Mac

SWTOR On Mac can be uninstalled by simply moving the prefix folder to Trash.

To uninstall Wine:

macOS Mojave and earlier ( ≤ 10.14 )

  • brew uninstall agentrg-wine-stable

macOS Catalina and after ( 10.15 ≤ )

  • curl -s https://raw.githubusercontent.com/AgentRG/swtor_on_mac/master/uninstall/uninstall.sh | bash

If you also want to uninstall Homebrew and all the dependencies installed by it, run the following commands:

  1. brew list | xargs brew uninstall --force
  2. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"