Compare commits
3 Commits
1025d5532c
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 06c7891aac | |||
| e0a66b8f22 | |||
| 0c44a046b4 |
@@ -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=""
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user