diff --git a/community/customization/panel.md b/community/customization/panel.md index 4935d085..f892610b 100644 --- a/community/customization/panel.md +++ b/community/customization/panel.md @@ -17,11 +17,11 @@ The build tools require NodeJS, yarn is used as the package manager. ```bash # Ubuntu/Debian -curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - +curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - apt install -y nodejs # CentOS -curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - +curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - sudo yum install -y nodejs yarn # CentOS 7 sudo dnf install -y nodejs yarn # CentOS 8 ```