We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03d783 commit 3046e23Copy full SHA for 3046e23
1 file changed
bin/v-add-web-php
@@ -68,7 +68,7 @@ fi
68
69
# Install php packages
70
apt-get -qq update
71
-apt-get -y install $mph > /dev/null 2>&1 &
+apt-get -y -qq -o Dpkg::Options::="--force-confold" install $mph > /dev/null 2>&1 &
72
BACK_PID=$!
73
74
# Check if package installation is done, print a spinner
0 commit comments