Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit a151dc0

Browse files
authored
Add manual installation instructions if installation fails
1 parent 34e619f commit a151dc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Jobs/JobsExecutor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public static bool Execute(List<IJob> jobsToExecute, string[] args)
3131

3232
jobsToExecute.Clear();
3333
Logger.Log("OpenMod installation has failed. No changes were made. Please report this issue on the OpenMod discord: https://discord.gg/J9KYMaMaTN.");
34+
Logger.Log("To install OpenMod manually, visit https://openmod.github.io/openmod-docs/userdoc/installation/unturned.html.");
3435
return false;
3536
}
3637
}
@@ -63,4 +64,4 @@ private static void Revert(IReadOnlyList<IJob> jobs)
6364
}
6465
}
6566
}
66-
}
67+
}

0 commit comments

Comments
 (0)