mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 20:42:54 +08:00
Update README.md
This commit is contained in:
parent
e0323e7019
commit
a56280e932
@ -37,3 +37,17 @@ Based on the information provided by the developer: [See here](https://www.space
|
|||||||
### Disk
|
### Disk
|
||||||
|
|
||||||
This server uses about 7GB of diskspace.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user