Skip to content

Instantly share code, notes, and snippets.

@sr229
Created May 11, 2019 10:26
Show Gist options
  • Save sr229/b605e3e5926e72681e867747b84f5901 to your computer and use it in GitHub Desktop.
Save sr229/b605e3e5926e72681e867747b84f5901 to your computer and use it in GitHub Desktop.
A script to enable Play Store support, based from Reddit
#!/bin/sh
sudo cp /etc/chrome_dev.conf /usr/local/
sudo mount --bind /usr/local/chrome_dev.conf /etc/chrome_dev.conf
sudo echo "--arc-availability=officially-supported " >> /etc/chrome_dev.conf
sudo restart ui
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment