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
5227e2cd5c
commit
7435bb8e4a
@ -313,7 +313,7 @@ cross="✗"
|
|||||||
version=$1
|
version=$1
|
||||||
dist=$2
|
dist=$2
|
||||||
debconf_fix="DEBIAN_FRONTEND=noninteractive"
|
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"
|
||||||
tool_path_dir="/usr/local/bin"
|
tool_path_dir="/usr/local/bin"
|
||||||
curl_opts=(-sL)
|
curl_opts=(-sL)
|
||||||
composer_home="$HOME/.composer"
|
composer_home="$HOME/.composer"
|
||||||
|
Loading…
Reference in New Issue
Block a user