File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ before_install:
30
30
#sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0 #This would be required on bionic and above
31
31
wget -O Firebird-3.0.5.33220-0.amd64.tar.gz "https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz"
32
32
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
33
+ git apply 123.diff
33
34
pushd Firebird-3.0.5.33220-0.amd64
34
35
sudo ./install.sh -silent
35
36
popd
Original file line number Diff line number Diff line change
1
+ diff --git a/Firebird-3.0.5.33220-0.amd64/install.sh b/Firebird-3.0.5.33220-0.amd64/install.sh
2
+ index be319b642..8e909e8f3 100644
3
+ --- a/Firebird-3.0.5.33220-0.amd64/install.sh
4
+ +++ b/Firebird-3.0.5.33220-0.amd64/install.sh
5
+ @@ -712,10 +712,7 @@ runAndCheckExit() {
6
+ displayMessage() {
7
+ msgText=$1
8
+
9
+ - if [ ! -z "$InteractiveInstall" ]
10
+ - then
11
+ - echo $msgText
12
+ - fi
13
+ + echo $msgText
14
+ }
15
+
16
+
You can’t perform that action at this time.
0 commit comments