Skip to content

Instantly share code, notes, and snippets.

@plicjo
Last active September 7, 2017 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plicjo/6547213ea7d84eb2982b45f804d526a3 to your computer and use it in GitHub Desktop.
Save plicjo/6547213ea7d84eb2982b45f804d526a3 to your computer and use it in GitHub Desktop.
Install Firebird on CI
#!/usr/bin/env bash
wget http://downloads.sourceforge.net/project/firebird/firebird-linux-amd64/2.5-Release/FirebirdSS-2.5.0.26074-0.amd64.tar.gz
tar -zxvf FirebirdSS-2.5.0.26074-0.amd64.tar.gz
cd FirebirdSS-2.5.0.26074-0.amd64/
./install.sh
@plicjo
Copy link
Author

plicjo commented Sep 7, 2017

This is currently not working at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment