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

pull/2988/head
Bram Suurd 1 year ago
parent 5f33a02064
commit 43bc6dd144
  1. 2
      install/umami-install.sh

@ -60,7 +60,7 @@ $STD bun run build
msg_ok "Installed Umami"
msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/umami.service
cat <<EOF >/root/.bun/bin/bun
echo "[Unit]
Description=umami

Loading…
Cancel
Save