Skip to content

Commit 05b4ac2

Browse files
committed
Use --no-install-recommends with APT on Linux
1 parent 91bd111 commit 05b4ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ setup_php() {
277277
version=$1
278278
dist=$2
279279
debconf_fix="DEBIAN_FRONTEND=noninteractive"
280-
apt_install="sudo $debconf_fix apt-fast install -y"
280+
apt_install="sudo $debconf_fix apt-fast install -y --no-install-recommends"
281281
scripts="${dist}"/../src/scripts
282282

283283
. /etc/os-release

0 commit comments

Comments
 (0)