Some config cleanup

This commit is contained in:
2025-05-14 14:16:06 +02:00
parent 1025e6b246
commit 8b4430fa73
3 changed files with 5 additions and 17 deletions

View File

@@ -34,7 +34,7 @@ In the run-wrapper, 3 scripts are available.
- `stop` script stops it
- `update` script will update the filesystem to the newest available CI build
On Windows, Powershell alternatives should be used. For them to work, it might be required to allow execution of unsigned scripts using `set-executionpolicy remotesigned`.
On Windows, Powershell alternatives should be used. For them to work, it might be required to allow execution of unsigned scripts using `set-executionpolicy unrestricted`.
Additional options for the filesystem can be specified in the `extra-opts` file in the same directory with the run scripts.