????

Your IP : 18.226.104.194


Current Path : C:/inetpub/vhost/sdoc.nextform.vn/api/.playwright/package/bin/
Upload File :
Current File : C:/inetpub/vhost/sdoc.nextform.vn/api/.playwright/package/bin/reinstall_chrome_stable_mac.sh

#!/bin/bash
set -e
set -x

rm -rf "/Applications/Google Chrome.app"
cd /tmp
curl -o ./googlechrome.dmg -k https://dl.google.com/chrome/mac/universal/stable/GGRO/googlechrome.dmg
hdiutil attach -nobrowse -quiet -noautofsck -noautoopen -mountpoint /Volumes/googlechrome.dmg ./googlechrome.dmg
cp -rf "/Volumes/googlechrome.dmg/Google Chrome.app" /Applications
hdiutil detach /Volumes/googlechrome.dmg
rm -rf /tmp/googlechrome.dmg
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version