feat: auto-install msitools in both SWBF2 setup scripts

Both scripts now detect and install msitools if missing, supporting
apt-get (Debian/Ubuntu), dnf (Fedora), and pacman (Arch). Falls back
to a clear error if the package manager is not recognised.

Remove msitools from manual prerequisites in the doc.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01D8ckUJQtj1pH8jtAddBDZs
This commit is contained in:
Claude
2026-06-22 16:31:42 +00:00
parent 7f926c03af
commit 92fd67ec34
3 changed files with 26 additions and 13 deletions
+2 -6
View File
@@ -19,13 +19,9 @@ wrapper to import the necessary registry entries on every launch.
## Prerequisites (both setups)
- SWBF2 (AppID 1237950) installed via Steam and fully downloaded
- GE-Proton10-34 — the setup scripts install this automatically if not present
- GE-Proton10-34 — installed automatically by the setup scripts if not present
- `msitools` — installed automatically by the setup scripts if not present
- An EA account created at ea.com and linked to your Steam account
- `msitools` installed on the host:
```bash
sudo apt-get install -y msitools # Debian / Ubuntu
sudo dnf install -y msitools # Fedora
```
### EA account requirement