mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-16 04:39:16 +00:00
Update install/paymenter-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
This commit is contained in:
parent
66d808024f
commit
10b3dd8df9
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user