TenantAtlas/apps/platform/.pnpm-store/v10/files/5c/d263f5b4c62fd80ff0cbbe7ca851c73ef46006c0359b362107dbd1f1cee33b2d1c9b54b9a8c28db3a859178390908f34b04a4cfbd16b6c71cbbf7a3e547083-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
368 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
cd /tmp
curl --retry 3 -o ./msedge_stable.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_stable.pkg -target /
rm -rf /tmp/msedge_stable.pkg
/Applications/Microsoft\ Edge.app/Contents/MacOS/Microsoft\ Edge --version