Skip to content
Snippets Groups Projects
Unverified Commit 3ea9b347 authored by Imran Iqbal's avatar Imran Iqbal
Browse files

feat(osfingermap): add support for `Debian 11` [skip ci]

parent 42c1cda6
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,15 @@ ...@@ -2,6 +2,15 @@
# vim: ft=yaml # vim: ft=yaml
--- ---
# Debian # Debian
Debian-11:
serverpkg: mariadb-server
service: mariadb
clientpkg: mariadb-client
devpkg: libmariadbclient-dev
config:
append: |
!includedir /etc/mysql/conf.d/
# !includedir /etc/mysql/mariadb.conf.d/
Debian-10: Debian-10:
serverpkg: mariadb-server serverpkg: mariadb-server
service: mariadb service: mariadb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment