Skip to content

Instantly share code, notes, and snippets.

@fredleger
Last active December 23, 2017 11:09
Show Gist options
  • Save fredleger/6589d199dfd0c77da2456ca5531bc1fc to your computer and use it in GitHub Desktop.
Save fredleger/6589d199dfd0c77da2456ca5531bc1fc to your computer and use it in GitHub Desktop.
post-install-scripts
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
apt-get update -yqq && apt-get upgrade -yqq
echo "enjoy !"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment