Update README.md

This commit is contained in:
Quinten 2024-03-09 10:55:58 +01:00 committed by GitHub
parent e0323e7019
commit a56280e932
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,3 +37,17 @@ Based on the information provided by the developer: [See here](https://www.space
### Disk
This server uses about 7GB of diskspace.
### Updating
Because some logic in this egg changed. Already made servers will manualy have to be updated.
**This has to be done manual for every server!!**
1. Stop the server.
2. Update the already impored egg to the newer version.
3. Change the startup (on the startup tab on the admin side) of the already made server's to: `export WINEDLLOVERRIDES="mscoree=n,b;mshtml=n,b"; wine /home/container/Torch.Server.exe -noupdate -nogui -console`
4. Change on the same tab (bottom left) the docker image to: `ghcr.io/parkervcp/yolks:wine_latest`
5. Change the contence of the variable `WINETRICKS_RUN` to: `vcrun2022 corefonts dotnet48`
6. Remove the `.wine` and `.cache` folder.
7. Start the server again.