From 10b3dd8df98c855be375021485287bac338f6b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcolas=20Pastorello?= Date: Wed, 29 Jan 2025 09:39:37 -0300 Subject: [PATCH] Update install/paymenter-install.sh Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> --- install/paymenter-install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install/paymenter-install.sh b/install/paymenter-install.sh index 1e232de1..a7c5936e 100644 --- a/install/paymenter-install.sh +++ b/install/paymenter-install.sh @@ -15,14 +15,13 @@ update_os msg_info "Installing Dependencies" $STD apt-get install -y \ curl \ + sudo \ + mc \ git \ software-properties-common \ apt-transport-https \ ca-certificates \ - gnupg -$STD add-apt-repository -y ppa:ondrej/php -$STD apt-get update -y -$STD apt-get install -y \ + gnupg \ php8.2 \ php8.2-{common,cli,gd,mysql,mbstring,bcmath,xml,fpm,curl,zip} \ mariadb-server \