Skip to content

Instantly share code, notes, and snippets.

@dmitriysafronov
Last active October 24, 2016 09:46
Show Gist options
  • Save dmitriysafronov/fbb4d6bbd8871cf7949c to your computer and use it in GitHub Desktop.
Save dmitriysafronov/fbb4d6bbd8871cf7949c to your computer and use it in GitHub Desktop.
Preconfigure a Ubuntu OpenVZ minimal container
#!/bin/sh
apt-get update
apt-get install -y apt-utils dialog htop most mc
apt-get dist-upgrade -y
reboot
###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment