Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 89f095b

Browse files
committed
Force mysql purge to use new configurations
1 parent ceb1acb commit 89f095b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/features/mariadb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ service apparmor stop
2525
update-rc.d -f apparmor remove
2626

2727
# Remove MySQL
28-
apt-get remove -y --purge mysql-server mysql-client mysql-common
28+
apt-get -o Dpkg::Options::="--force-confnew" remove -y --purge mysql-server mysql-client mysql-common
2929
apt-get autoremove -y
3030
apt-get autoclean
3131

0 commit comments

Comments
 (0)