From 77a3a659ab8b5f1a2e7f6aaf0e6c2a2537342b34 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Thu, 5 Dec 2024 05:27:54 +0000 Subject: [PATCH] feat: update php installation script --- scripts/php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/php.sh b/scripts/php.sh index ef6801e91..991d9e15c 100644 --- a/scripts/php.sh +++ b/scripts/php.sh @@ -18,7 +18,7 @@ pre_main() { } main_pacman() { - return 1 + require_pacman php composer } main_apt() {