Skip to content

Instantly share code, notes, and snippets.

@giannoug
Created October 6, 2021 08:34
Show Gist options
  • Save giannoug/a019d8c399b53823499428a753f1a273 to your computer and use it in GitHub Desktop.
Save giannoug/a019d8c399b53823499428a753f1a273 to your computer and use it in GitHub Desktop.
Update Cloudbox
cd ~/cloudbox && git fetch && git reset --hard @{u}
sudo ansible-playbook cloudbox.yml --tags cloudbox
cd ~/community; git fetch &> /dev/null; git checkout master &> /dev/null; git reset --hard @{u} &> /dev/null
sudo ansible-playbook community.yml --tags delugevpn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment