aboutsummaryrefslogtreecommitdiff
path: root/src/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'src/anaconda')
-rwxr-xr-xsrc/anaconda/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anaconda/install.sh b/src/anaconda/install.sh
index 750077e..9e7042a 100755
--- a/src/anaconda/install.sh
+++ b/src/anaconda/install.sh
@@ -64,7 +64,7 @@ updaterc() {
# Checks if packages are installed and installs them if not
check_packages() {
if ! dpkg -s "$@" > /dev/null 2>&1; then
- apt-get update
+ apt-get update -y
apt-get -y install --no-install-recommends "$@"
fi
}