mirror of
https://github.com/fleetdm/fleet
synced 2026-05-04 05:48:26 +00:00
9 lines
178 B
Bash
9 lines
178 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# variables
|
||
|
|
APPDIR="/Applications/"
|
||
|
|
TMPDIR=$(dirname "$(realpath $INSTALLER_PATH)")
|
||
|
|
|
||
|
|
# install pkg files
|
||
|
|
sudo installer -pkg "$TMPDIR/BoxDrive-2.40.345.pkg" -target /
|