From 075608f01f816025979a256ebc4d9652ffdb18e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Juri=C5=A1i=C4=87?= Date: Fri, 19 Apr 2024 12:36:53 +0200 Subject: [PATCH] Updated --- development/codeigniter/ci4-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/codeigniter/ci4-install.sh b/development/codeigniter/ci4-install.sh index b4f355e..4478649 100755 --- a/development/codeigniter/ci4-install.sh +++ b/development/codeigniter/ci4-install.sh @@ -2,7 +2,7 @@ #### Variables APT_UPDATE="apt -y update" -APT_INST="apt -y install" +APT_INST="apt --no-install-recommends -y install" APT_PURGE="apt -y purge" APT_REMOVE="apt -y autoremove"