commit | 8cfd8b6cf2450b6ff6a51b9d380ea438692b4a43 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sun Oct 02 13:17:31 2011 -0400 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sun Oct 02 13:17:31 2011 -0400 |
tree | e2ae0320597d5e0a475d3a437c8a8e0a5041dab5 | |
parent | c6d3042e0658d48f291a0fe6cab95811e55f6ecd [diff] [blame] |
apt-get needs sudo'd
diff --git a/stack.sh b/stack.sh index 3184ca9..3d0db93 100755 --- a/stack.sh +++ b/stack.sh
@@ -316,7 +316,7 @@ fi if [[ "$LIBVIRT_TYPE" -eq "lxc" ]]; then - apt-get install lxc -y + sudo apt-get install lxc -y sudo mkdir -p /cgroup sudo mount none -t cgroup -o cpuacct,memory,devices,cpu,freezer,blkio /cgroup if ! grep -q cgroup /etc/fstab; then