This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Based on: | |
# http://www.zackarychapple.guru/chrome/2016/08/24/chrome-headless.html | |
# https://www.chromium.org/developers/how-tos/get-the-code | |
# https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md | |
# https://gist.github.com/jakub300/dc31866cb8e3cf4e135dd623ca2e2b81 | |
mkdir -p /tmp/out | |
docker run --name chromium-build -it debian bash | |
apt update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
flatpak remote-add --user --no-gpg-verify chrome http://blog.kukuh.syafaat.id/google-chrome-flatpak-repo-testing/repo | |
flatpak install --user chrome com.google.Chrome | |
git clone [email protected]:endlessm/eos-google-chrome-app.git | |
cd eos-google-chrome-app | |
chmod +x eos-google-chrome-app | |
./eos-google-chrome-app |