From 9452d71724b1d1bbe065dd9fdb1baca473d775ec Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:27:43 -0700 Subject: [PATCH] update libraries --- app/scripts/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/scripts/install.sh b/app/scripts/install.sh index 0840d10..f94531a 100755 --- a/app/scripts/install.sh +++ b/app/scripts/install.sh @@ -11,6 +11,10 @@ SYSTEMD_PATH="/etc/systemd/system/${SERVICE_NAME}.service" BUN_SYMLINK="/usr/local/bin/bun" BUN_REAL="$HOME/.bun/bin/bun" +echo ">> Updating system libraries" +sudo apt-get update +sudo apt-get install -y libcap2-bin + echo ">> Ensuring bun is available in /usr/local/bin" if [ ! -x "$BUN_SYMLINK" ]; then if [ -x "$BUN_REAL" ]; then