summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran S <senthil.kumaran@linaro.org>2018-02-05 16:10:38 +0530
committerSenthil Kumaran S <senthil.kumaran@linaro.org>2018-02-05 16:10:38 +0530
commit0565fec166e97a8b47c3846c15c01ed10bc66d5d (patch)
tree14b70a5f5f5c41a38710a99917abd0bda06662a4
parentca6372c0d4e1335ece632bfe2011bdaed0da9903 (diff)
Add '-y' to apt install in lxc-create script.
Change-Id: Ib62176f654bb15010c2d2f066748299cf4119123
-rwxr-xr-xlxc-create2
1 files changed, 1 insertions, 1 deletions
diff --git a/lxc-create b/lxc-create
index d6d88ec..cd0e3b8 100755
--- a/lxc-create
+++ b/lxc-create
@@ -29,7 +29,7 @@ if [ "$PACKAGES" ]; then
apt update
apt upgrade -y
# install the requested packages.
- apt install $PACKAGES
+ apt install -y $PACKAGES
fi
if [ "$LXC_NAME" ]; then