Skip to content

Instantly share code, notes, and snippets.

@o0101
Last active November 20, 2019 19:28
Show Gist options
  • Save o0101/f168a1879a7da8f1c641d32c25e3a2c1 to your computer and use it in GitHub Desktop.
Save o0101/f168a1879a7da8f1c641d32c25e3a2c1 to your computer and use it in GitHub Desktop.
Installl BGCE on new Debian instance
sudo apt update && sudo apt -y upgrade
sudo apt install -y curl git wget
git clone https://github.com/dosycorp/browsergap.ce.git
sudo apt install -y nodejs npm
sudo npm i -g npm
./setup_machine.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment