mirror of
https://github.com/fleetdm/fleet
synced 2026-04-25 07:27:33 +00:00
9 lines
189 B
Bash
9 lines
189 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# variables
|
||
|
|
APPDIR="/Applications/"
|
||
|
|
TMPDIR=$(dirname "$(realpath $INSTALLER_PATH)")
|
||
|
|
|
||
|
|
# install pkg files
|
||
|
|
sudo installer -pkg "$TMPDIR/Cloudflare_WARP_2024.6.474.0.pkg" -target /
|