Skip to content

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

License

Notifications You must be signed in to change notification settings

AgentRG/swtor_on_mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)"

About

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

Topics

Resources

License

Stars

Watchers

Forks