dolibarr-pos/app/install-dependencies.sh

5 lines
223 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 less -y # Utils
apt-get install mariadb-client mariadb-server -y # MariaDB Server + Client