3 小时以前 4803b22ae0f0f5b4e2ae1627a7d1eea38684f02d
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_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