Update install/paymenter-install.sh

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
This commit is contained in:
Nícolas Pastorello 2025-01-29 09:39:37 -03:00 committed by GitHub
parent 66d808024f
commit 10b3dd8df9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \