From daf97962be3c4a3dc2790ce63972042f4603ce13 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 10 Apr 2026 15:25:47 -0600 Subject: [PATCH] fix pm2 install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6d84760..4dcfe40 100755 --- a/install.sh +++ b/install.sh @@ -129,7 +129,7 @@ echo "Installing utilities..." install_packages "${UTILITIES[@]}" if ! command -v pm2 &> /dev/null; then - npm install pm2 -g + npm install pm2 -g --prefix "$HOME/.local" fi cd ~/.local/share/HamPackServer