We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bd111 commit 05b4ac2Copy full SHA for 05b4ac2
src/scripts/linux.sh
@@ -277,7 +277,7 @@ setup_php() {
277
version=$1
278
dist=$2
279
debconf_fix="DEBIAN_FRONTEND=noninteractive"
280
-apt_install="sudo $debconf_fix apt-fast install -y"
+apt_install="sudo $debconf_fix apt-fast install -y --no-install-recommends"
281
scripts="${dist}"/../src/scripts
282
283
. /etc/os-release
0 commit comments