5 lines
228 B
Bash
Executable File
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
|