update libraries
This commit is contained in:
parent
713754fece
commit
9452d71724
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user