Skip to content

Commit 3046e23

Browse files
committed
Multiphp: Prevent apt process to prompt interractive dialogs
1 parent d03d783 commit 3046e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-web-php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fi
6868

6969
# Install php packages
7070
apt-get -qq update
71-
apt-get -y install $mph > /dev/null 2>&1 &
71+
apt-get -y -qq -o Dpkg::Options::="--force-confold" install $mph > /dev/null 2>&1 &
7272
BACK_PID=$!
7373

7474
# Check if package installation is done, print a spinner

0 commit comments

Comments
 (0)