From 52bd52dc276e90cb61a77d40c82428567ac15bce Mon Sep 17 00:00:00 2001
From: DarDarDoor <103888480+DarDarDoor@users.noreply.github.com>
Date: Sun, 17 Jul 2022 13:21:18 +0100
Subject: [PATCH] v2.1
---
README.md | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 14d5e45..26b160b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@

-  
+  
# 🍷 A simple Shell script to setup ORC revivals automatically on Linux
@@ -15,6 +15,7 @@ This script will download dependencies, register URI and install the revival of
The needed packages are:
- `sudo`
- The latest WINE (obv, preferably wine-staging)
+- `cabextract`
- `wget`
- `unzip` (for Itteblox only)
@@ -33,15 +34,15 @@ See `./wineorc.sh --help` for all available options.
## ❗ Troubleshooting
If the revival crashes/doesn't launch, try to:
-1. Run the latest version of the installer again (make sure you're running it as non-root)
-2. Make sure all necessary optional wine dependencies are installed https://wiki.winehq.org/Building_Wine#Satisfying_Build_Dependencies
+1. Make sure all necessary optional wine dependencies are installed. You can install them on Arch Linux by running these commands:
+`sudo pacman -S expac
+sudo pacman -S $(expac '%n %o' | grep ^wine)`
+If you're not on arch, look at this website to see all the dependencies: https://wiki.winehq.org/Building_Wine#Satisfying_Build_Dependencies
+
+2. Uninstalling the revival (use `./wineorc.sh uninstall` and then select the revival) and then reinstalling it again.
If those don't work, DM me on Discord: DarDarDar#3429.
-## 🗡️ Known issues
-
-Polygon 2012 seems to not work
-
## Credits
vl1 for making the Polygon guide