diff --git a/development/composer/composer-install.sh b/development/composer/composer-install.sh index f628382..1a03443 100755 --- a/development/composer/composer-install.sh +++ b/development/composer/composer-install.sh @@ -1,7 +1,7 @@ #!/bin/bash #### Variables -APT_INST="apt -y install" +APT_INST="apt --no-install-recommends -y install" PKG_DEPS=(php)