update libraries

This commit is contained in:
Chris Wanstrath 2025-09-26 11:27:43 -07:00
parent 713754fece
commit 9452d71724

View File

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