From 952b8feb44c788e646714736582c1c7df9e8fe54 Mon Sep 17 00:00:00 2001 From: ram Date: Wed, 6 Jul 2022 21:51:01 +0000 Subject: [PATCH] Upgrade Debian integration --- docs/install/debian.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/install/debian.md b/docs/install/debian.md index 82ff68d3..0dcd7b35 100644 --- a/docs/install/debian.md +++ b/docs/install/debian.md @@ -79,5 +79,13 @@ sudo systemctl start gancio sudo yarn global remove gancio sudo yarn cache clean sudo yarn global add --silent {{site.url}}/latest.tgz + if the ESOCKETTIMEDOUT error occurred, run the following command + sudo yarn config set network-timeout 300000 + then re-run the command + sudo yarn global add --silent {{site.url}}/latest.tgz sudo systemctl restart gancio + if the 502 Bad Gataway error occurred, run the following command + sudo systemctl reload nginx + then re-run the command + sudo systemctl restart gancio ```