Skip to content

Instantly share code, notes, and snippets.

@thomasxd24
Created December 9, 2020 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasxd24/f809b5ab969c74950ada543d4f000bf1 to your computer and use it in GitHub Desktop.
Save thomasxd24/f809b5ab969c74950ada543d4f000bf1 to your computer and use it in GitHub Desktop.
#!/bin/bash
apt update
wget https://s3.amazonaws.com/cfengine.packages/quick-install-cfengine-enterprise.sh && sudo bash ./quick-install-cfengine-enterprise.sh $1
sudo /var/cfengine/bin/cf-agent --bootstrap $2
/var/cfengine/bin/cf-promises --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment