mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Use --no-install-recommends with APT on Linux
This commit is contained in:
parent
91bd11146c
commit
05b4ac2afb
@ -277,7 +277,7 @@ setup_php() {
|
||||
version=$1
|
||||
dist=$2
|
||||
debconf_fix="DEBIAN_FRONTEND=noninteractive"
|
||||
apt_install="sudo $debconf_fix apt-fast install -y"
|
||||
apt_install="sudo $debconf_fix apt-fast install -y --no-install-recommends"
|
||||
scripts="${dist}"/../src/scripts
|
||||
|
||||
. /etc/os-release
|
||||
|
Loading…
Reference in New Issue
Block a user