Removed unimportant error message.
This commit is contained in:
parent
03461ff4d5
commit
088f876fe8
@ -740,7 +740,7 @@ case "${game}" in
|
|||||||
installString="$installString +workshop_download_item $appId $x"
|
installString="$installString +workshop_download_item $appId $x"
|
||||||
done
|
done
|
||||||
steamcmd +@sSteamCmdForcePlatformType linux +force_install_dir "${HOME}/.local/games/SlayTheSpire/" +login anonymous $installString +quit
|
steamcmd +@sSteamCmdForcePlatformType linux +force_install_dir "${HOME}/.local/games/SlayTheSpire/" +login anonymous $installString +quit
|
||||||
mkdir "$HOME/.local/games/SlayTheSpire/mods"
|
mkdir -p "$HOME/.local/games/SlayTheSpire/mods"
|
||||||
for x in "${!mods[@]}" ; do
|
for x in "${!mods[@]}" ; do
|
||||||
if [ "$x" == "mod the spire" ] ; then
|
if [ "$x" == "mod the spire" ] ; then
|
||||||
ln -sr "$HOME/.local/games/SlayTheSpire/steamapps/workshop/content/$appId/${mods[$x]}"/* "$HOME/.local/games/SlayTheSpire/"
|
ln -sr "$HOME/.local/games/SlayTheSpire/steamapps/workshop/content/$appId/${mods[$x]}"/* "$HOME/.local/games/SlayTheSpire/"
|
||||||
|
Loading…
Reference in New Issue
Block a user