tombh / peas

Docker and Ruby based PaaS
GNU General Public License v2.0
601 stars 33 forks source link

Install script hangs on Ubuntu 14.04 #28

Closed cpursley closed 9 years ago

cpursley commented 9 years ago

When installing the script on Ubuntu 14.04 it hangs and outputs a bunch of single line ys.

....
Get:4 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.1 [698 kB]
Get:5 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.1 [2,627 kB]
Get:6 http://mirrors.digitalocean.com/ubuntu/ trusty/main cgroup-lite all 1.9 [3,918 B]
Fetched 7,553 kB in 0s (12.8 MB/s) 
y
y
y
y
y
y
y
...
tombh commented 9 years ago

Thanks, I just pushed a little fix to the bootstrap script, you can try again if you like

cpursley commented 9 years ago

Thanks! That fixed the hanging y's.