liu
4 天以前 aa624335b1ac67222c42eb8b5b81e73b6b96d32d
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
set -e
set -x
 
cd /tmp
curl -L --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