Pass -y to apt-get

This commit is contained in:
Alex Crichton 2015-10-14 15:58:08 -07:00
parent ab0442cd15
commit cc12d2b2d3

View File

@ -17,7 +17,7 @@ EXTRA_TARGETS=https://people.mozilla.org/~acrichton/libc-test/2015-09-08
install() {
sudo apt-get update
sudo apt-get install $@
sudo apt-get install -y $@
}
case "$TARGET" in