From d7ffa7caee2d650e1cba9069642c109af6ff01d2 Mon Sep 17 00:00:00 2001 From: a-sync Date: Sun, 28 Apr 2024 10:33:15 +0200 Subject: [PATCH] upd. egg.json --- egg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/egg.json b/egg.json index 2e9c04d..8ba8b2f 100644 --- a/egg.json +++ b/egg.json @@ -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": "a-sync@devs.space", "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", @@ -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" } }, @@ -119,4 +119,4 @@ "field_type": "text" } ] -} \ No newline at end of file +}