4 lines
102 B
Bash
4 lines
102 B
Bash
#!/bin/sh
|
|
|
|
apt-get update; apt-get full-upgrade -y; apt-get install mariadb-server mariadb-client -y
|