Update migration_test.sh (#25696)

This commit is contained in:
Lucas Manuel Rodriguez 2025-01-22 18:01:05 -03:00 committed by GitHub
parent ede9086e0a
commit 5c6fe54a10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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