From 3cb25d344de7b249628e91175a72c5fdbaa0e149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Juri=C5=A1i=C4=87?= Date: Fri, 19 Apr 2024 12:40:30 +0200 Subject: [PATCH] Updated --- development/composer/composer-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)