dolibarr-pos/app/install-dependencies.sh
2025-02-11 19:56:27 +01:00

5 lines
253 B
Bash
Executable File

#!/bin/sh
/usr/sbin/apt-get install php8.2 php8.2-common php8.2-fpm -y # PHP
/usr/sbin/apt-get install vim file bash-completion procps nginx screen git less -y # Utils
/usr/sbin/apt-get install mariadb-client mariadb-server -y # MariaDB Server + Client