Pass -y to apt-get
This commit is contained in:
parent
ab0442cd15
commit
cc12d2b2d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user