5 lines
112 B
Bash
5 lines
112 B
Bash
#!/bin/bash
|
|
|
|
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
|
apt-get update
|
|
apt-get install mariadb-server -y |