Compare commits

...

3 Commits

Author SHA1 Message Date
marco 06c7891aac updated readme 2026-05-11 15:26:43 +02:00
marco e0a66b8f22 removed pipefail command 2026-05-11 15:08:01 +02:00
marco 0c44a046b4 updated readme 2026-05-11 14:38:38 +02:00
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -1,5 +1,4 @@
#!/bin/bash #!/bin/bash
set -euo pipefail
search_paths=("$HOME/.steam/steam/steamapps/common" "$HOME/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common" "$HOME/.local/share/Steam/steamapps/common" "/mnt" "/") search_paths=("$HOME/.steam/steam/steamapps/common" "$HOME/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common" "$HOME/.local/share/Steam/steamapps/common" "/mnt" "/")
eldenring_dir="" eldenring_dir=""
+2 -2
View File
@@ -1,5 +1,5 @@
# About # About
A simple script to update the seamless coop mod for Elden Ring on Linux and Windows. A simple script to install or update the seamless coop mod for Elden Ring on Linux and Windows.
The bash script is hand-crafted and tested, the Windows-script is AI-generated, based on the bash script. Use at your own risk! The bash script is hand-crafted and tested, the Windows-script is AI-generated, based on the bash script. Use at your own risk!
# Usage # Usage
@@ -22,6 +22,6 @@ The bash script is hand-crafted and tested, the Windows-script is AI-generated,
# Possible Issues # Possible Issues
- If the bash-script is not executing correctly, check if the following dependencies are installed: - If the bash-script is not executing correctly, check if the following dependencies are installed:
curl, wget, rsync, unzip, find curl, wget, rsync, unzip, find, jq
- The script checks for common steam installation paths before checking /mnt and / for the game directory. If this is too slow or I should add more install paths, please open an issue - The script checks for common steam installation paths before checking /mnt and / for the game directory. If this is too slow or I should add more install paths, please open an issue