dolibarr-pos/app/scripts/install-dependencies.sh
2025-02-12 21:01:52 +01:00

5 lines
228 B
Bash
Executable File

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