mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Adjust installation script to use 'bun' instead of 'npm' for installing Umami and building the project
This commit is contained in:
parent
428ece1237
commit
5f33a02064
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ mkdir -p /etc/apt/keyrings
|
|||
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
|
||||
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" >/etc/apt/sources.list.d/nodesource.list
|
||||
curl -fsSL https://bun.sh/install | bash
|
||||
source /root/.bashrc
|
||||
msg_ok "Set up Node.js Repository"
|
||||
|
||||
msg_info "Installing Node.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue