Skip to content

Instantly share code, notes, and snippets.

@bitsandbooks
Last active February 7, 2018 05:55
Show Gist options
  • Save bitsandbooks/a47b52d951a08e96f0a9f45c3fa88f1a to your computer and use it in GitHub Desktop.
Save bitsandbooks/a47b52d951a08e96f0a9f45c3fa88f1a to your computer and use it in GitHub Desktop.
Server Bootstrapper
#!/bin/sh
/usr/bin/apt update
/usr/bin/apt -y upgrade
/usr/bin/apt install -y ansible
/usr/bin/apt -y autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment