From a34d319a36d2dff4d6bd76043cd10fcca99f49f4 Mon Sep 17 00:00:00 2001 From: William Mantly Jr Date: Mon, 1 Feb 2016 00:23:06 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ea6984..9ef8d16 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This has been tested on **clean** install of ubuntu 14.04 64bit. ## install Update you system to the newest packages and reboot. You may need to do this several times: ```bash -sudo apt-get update && sudo apt-get upgrade && sudo reboot +sudo apt-get update && sudo apt-get upgrade -y && sudo reboot ``` Once there are no more updates, add the `virt` user: @@ -15,6 +15,9 @@ Make the password something strong, and remember it. Now you can install the packages we need: ```bash +sudo add-apt-repository ppa:ubuntu-lxc/stable +sudo add-apt-repository ppa:ubuntu-lxc/cgmanager-stable +sudo apt-get update && sudo apt-get upgrade sudo apt-get install git nodejs npm lxc redis-server ```