Update install.md

Update command
This commit is contained in:
WhiteBear 2023-08-29 15:35:59 +07:00 committed by GitHub
parent 0da106793b
commit 06b8a36825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ apt install -y curl wget gnupg apt-transport-https lsb-release ca-certificates
```bash
curl -sL https://deb.nodesource.com/setup_lts.x | bash -
apt install -y nodejs build-essential gcc g++ make
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
apt-get update && sudo apt-get install yarn
```
#### PostgreSQL {#postgresql}