Last active
September 7, 2017 18:34
-
-
Save plicjo/6547213ea7d84eb2982b45f804d526a3 to your computer and use it in GitHub Desktop.
Install Firebird on CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is currently not working at all.