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