7 lines
392 B
Bash
Executable File
7 lines
392 B
Bash
Executable File
#!/bin/sh
|
|
apt-get install nginx -y
|
|
apt-get install php8.2 php8.2-common php8.2-fpm php8.2-mbstring php8.2-gd php8.2-curl php8.2-xml php8.2-imap php8.2-zip php8.2-intl php8.2-mysql -y # PHP
|
|
#apt-get install vim file bash-completion procps nginx screen git sudo less -y # Utils
|
|
apt-get install git file sudo -y # Utils
|
|
apt-get install mariadb-client mariadb-server -y # MariaDB Server + Client
|