...
Блок кода | ||
---|---|---|
| ||
apt-get install software-properties-common dirmngr apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://mirrorams2.truenetworkmirrors.rudigitalocean.com/mariadb/repo/10.2/debian stretch main' apt-get update apt-get install mariadb-server mariadb-client |
...