ajout firebird

This commit is contained in:
Thomas Legay 2024-11-11 00:11:03 +01:00
parent e233164591
commit 9a51326d12
13 changed files with 176 additions and 0 deletions

View file

@ -0,0 +1,14 @@
#### libfq
##### Information
Source : https://github.com/ibarwick/libfq
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y libfq
```