diff --git a/fix_google_chrome.sh b/fix_google_chrome.sh index b6f0508..9da5dc3 100644 --- a/fix_google_chrome.sh +++ b/fix_google_chrome.sh @@ -5,5 +5,5 @@ mv /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome-bin touch /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome echo '#!/bin/sh' >> /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome -echo 'exec /Applications/Google Chrome.app/Contents/MacOS/Google Chrome-bin --args --disable-async-dns' >> /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome -chmod +x /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \ No newline at end of file +echo 'exec /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome-bin --args --disable-async-dns' >> /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome +chmod +x /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome