mirror of https://github.com/tteck/Proxmox.git
Adjust installation script to use 'bun' instead of 'npm' for installing Umami and building the project
This commit is contained in:
parent
5f33a02064
commit
43bc6dd144
|
@ -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…
Reference in New Issue