diff --git a/community/customization/panel.md b/community/customization/panel.md index 22dcaffb3..a44a8e764 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_16.x | sudo -E bash - +curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash - sudo apt install -y nodejs # CentOS -curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - +curl -sL https://rpm.nodesource.com/setup_22.x | sudo -E bash - sudo yum install -y nodejs yarn # CentOS 7 sudo dnf install -y nodejs yarn # CentOS 8, Rocky Linux 8, AlmaLinux 8 ```