mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11920] Manually purge mysql-common.
PHPBB3-11920
This commit is contained in:
parent
878cb836f5
commit
0f64f0edc4
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ VERSION='5.5'
|
|||
# Operating system codename, e.g. "precise"
|
||||
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
|
||||
then
|
||||
sudo apt-get update -qq
|
||||
|
|
Loading…
Add table
Reference in a new issue