Adjust installation script to use 'bun' instead of 'npm' for installing Umami and building the project

This commit is contained in:
Bram Suurd 2024-05-10 16:14:23 +02:00
parent 428ece1237
commit 5f33a02064

View file

@ -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"