mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Update migration_test.sh (#25696)
This commit is contained in:
parent
ede9086e0a
commit
5c6fe54a10
1 changed files with 2 additions and 0 deletions
|
|
@ -506,6 +506,7 @@ for pkgType in "${pkgTypes[@]}"; do
|
|||
done
|
||||
|
||||
echo "Installing fleetd package on macOS..."
|
||||
sudo ./orbit/tools/cleanup/cleanup_macos.sh
|
||||
sudo installer -pkg fleet-osquery.pkg -verbose -target /
|
||||
|
||||
CURRENT_DIR=$(pwd)
|
||||
|
|
@ -614,6 +615,7 @@ for pkgType in "${pkgTypes[@]}"; do
|
|||
done
|
||||
|
||||
echo "Installing fleetd package on macOS..."
|
||||
sudo ./orbit/tools/cleanup/cleanup_macos.sh
|
||||
sudo installer -pkg fleet-osquery.pkg -verbose -target /
|
||||
|
||||
CURRENT_DIR=$(pwd)
|
||||
|
|
|
|||
Loading…
Reference in a new issue