Skip to content

Commit

Permalink
upd. egg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sync authored Apr 28, 2024
1 parent 5dc6e4a commit d7ffa7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-12-07T05:10:22+00:00",
"exported_at": "2024-04-02T14:15:38+02:00",
"name": "Game Server Watcher",
"author": "[email protected]",
"description": "A simple discord\/telegram\/slack bot that can be hosted on a free service to monitor your game servers and players in style. \ud83d\ude0e",
Expand All @@ -22,8 +22,8 @@
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\napt-get update && apt-get install ca-certificates git -yq --no-install-suggests --no-install-recommends --allow-downgrades --allow-remove-essential --allow-change-held-packages\r\ncd \/mnt\/server\r\ngit config --global --add safe.directory \/mnt\/server\r\ngit clone https:\/\/github.com\/a-sync\/game-server-watcher.git . || git pull\r\nnpm install --no-save && npm update gamedig && npm run build\r\nnpm prune --omit=dev",
"container": "node:20-bullseye-slim",
"script": "#!\/bin\/bash\r\n\r\napt-get update && apt-get install ca-certificates git -yq --no-install-suggests --no-install-recommends --allow-downgrades --allow-remove-essential --allow-change-held-packages\r\n\r\n\r\ncd \/mnt\/server\r\n\r\ngit config --global --add safe.directory \/mnt\/server\r\ngit clone https:\/\/github.com\/a-sync\/game-server-watcher.git . || git pull\r\n\r\n\r\nnpm install --no-save && npm update gamedig && npm run build\r\nnpm prune --omit=dev\r\n\r\n\r\n## install end\r\necho \"-----------------------------------------\"\r\necho \"Installation completed...\"\r\necho \"-----------------------------------------\"",
"container": "node:20-bookworm-slim",
"entrypoint": "bash"
}
},
Expand Down Expand Up @@ -119,4 +119,4 @@
"field_type": "text"
}
]
}
}

0 comments on commit d7ffa7c

Please sign in to comment.