Skip to content

Instantly share code, notes, and snippets.

@Lewiscowles1986
Lewiscowles1986 / rPi3-mariadb-10.1.sh
Last active November 24, 2020 06:21
Raspberry Pi MariaDB 10.1 with Galera Cluster build
#!/bin/bash
if [ "$EUID" -ne 0 ]
then echo "Must be root"
exit
fi
apt-get update -y
apt-get upgrade -y
apt-get dist-upgrade -y