From 0da106793b42fe41c25ac724c08d491b5135a088 Mon Sep 17 00:00:00 2001 From: WhiteBear <71119588+WhiteBearVN@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:34:12 +0700 Subject: [PATCH] Update install.md Follow this issue to fix corepack not found https://github.com/mastodon/documentation/issues/1032 --- content/en/admin/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/admin/install.md b/content/en/admin/install.md index ef6fc20f..f00b3eee 100644 --- a/content/en/admin/install.md +++ b/content/en/admin/install.md @@ -26,7 +26,8 @@ apt install -y curl wget gnupg apt-transport-https lsb-release ca-certificates #### Node.js {#node-js} ```bash -curl -sL https://deb.nodesource.com/setup_16.x | bash - +curl -sL https://deb.nodesource.com/setup_lts.x | bash - +apt install -y nodejs build-essential gcc g++ make ``` #### PostgreSQL {#postgresql}