TenantAtlas/apps/platform/.pnpm-store/v10/files/5d/b54d2f39791bcd417ab9294dac17f83b199abd90d6732048d55cb0028066d83788cb7abd9eb154da898764e67bdf17fafc521c49116aedcf0e0db0e7505365-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
369 B
Bash
Executable File

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