mirror of
https://github.com/Furglitch/modorganizer2-linux-installer.git
synced 2026-07-31 10:26:43 -04:00
13 lines
391 B
Bash
13 lines
391 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
make _build
|
|
|
|
dist/mo2-lint install oblivion "${HOME}/Games/mo2-lint_oblivion-steam" --launcher steam --unattended -l trace "$@"
|
|
|
|
dist/mo2-lint install oblivion "${HOME}/Games/mo2-lint_oblivion-epic" --launcher epic --unattended -l trace "$@"
|
|
|
|
dist/mo2-lint install oblivion "${HOME}/Games/mo2-lint_oblivion-gog" --launcher gog --unattended -l trace "$@"
|
|
|
|
exec /validate.sh
|