Skip to content
Snippets Groups Projects
Commit cc12d2b2 authored by Alex Crichton's avatar Alex Crichton
Browse files

Pass -y to apt-get

parent ab0442cd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment