TenantAtlas/apps/platform/.pnpm-store/v10/files/c9/da9bcd7e5f84d1536bef544495cd58500d366b8b7a36a371cf025cab13aea162414f719f6fd0b1fabcac23755d85bbd6acbd0fbb6d1a9e3280271229fad893-exec
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

12 lines
374 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
cd /tmp
curl --retry 3 -o ./msedge_beta.pkg "$1"
# Note: there's no way to uninstall previously installed MSEdge.
# However, running PKG again seems to update installation.
sudo installer -pkg /tmp/msedge_beta.pkg -target /
rm -rf /tmp/msedge_beta.pkg
/Applications/Microsoft\ Edge\ Beta.app/Contents/MacOS/Microsoft\ Edge\ Beta --version