mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/11920] Manually purge mysql-common.
PHPBB3-11920
This commit is contained in:
@@ -11,6 +11,9 @@ VERSION='5.5'
|
|||||||
# Operating system codename, e.g. "precise"
|
# Operating system codename, e.g. "precise"
|
||||||
OS_CODENAME=$(lsb_release --codename --short)
|
OS_CODENAME=$(lsb_release --codename --short)
|
||||||
|
|
||||||
|
# Manually purge MySQL to remove conflicting files (e.g. /etc/mysql/my.cnf)
|
||||||
|
sudo apt-get purge -qq mysql-common
|
||||||
|
|
||||||
if ! which add-apt-repository > /dev/null
|
if ! which add-apt-repository > /dev/null
|
||||||
then
|
then
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
|
Reference in New Issue
Block a user