-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install mods without the TUI #72
Labels
bug
Something isn't working
Comments
Also a command like 'ficsit mods update' woyld be nice. |
I found a workaround last night: There's the profiles definitions file in /home/steam/.local/share/ficsit/profiles.json That's where I could define my list of mods and their version requirements {
"profiles": {
"Default": {
"mods": {
"FicsitRemoteMonitoring": {
"version": ">=1.0.10",
"enabled": true
}
},
"name": "Default",
"required_targets": null
}
},
"selected_profile": "Default",
"version": 0
} after that a quick
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
In a Dockerfile, I need to be able to install mods in a description fashion. The TUI and CLI options aren't the same. I can't for example install mods on a profile, or directly to an installation. So far I've got
but Then, there are no documented options to:
![Image](https://private-user-images.githubusercontent.com/5400332/379018150-83f7bd5f-65da-4c13-9418-3f9c4364ef01.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNDc3OTQsIm5iZiI6MTczOTA0NzQ5NCwicGF0aCI6Ii81NDAwMzMyLzM3OTAxODE1MC04M2Y3YmQ1Zi02NWRhLTRjMTMtOTQxOC0zZjljNDM2NGVmMDEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMjA0NDU0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDQ0NzQ1MTVkOTUwY2YwOGQ4MmY0NzQ1MTY2MTE0NDY0YWFhZTcxNzlkZTVlZjk3OGY0N2Q0MGY4N2I2NGQ3ZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Z0FlXElFynigS1zJvEghjAnCibr6DrLBDqGmcIz4x_8)
Here's the discord thread for cross-reference
Version
0.6.0
What OS are you seeing the problem on?
Linux
What architecture are you seeing the problem on?
amd64
Relevant log output
No response
Any extra info:
No response
The text was updated successfully, but these errors were encountered: