Skip to content

Commit

Permalink
👷 Update the Firebird version from 3.0.7 to 3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Sep 4, 2022
1 parent 9da162d commit c19b8e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: |
sudo apt-get install libtommath1
sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1.0.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0
wget -nv -O Firebird-3.0.7.33374-0.amd64.tar.gz "https://github.com/FirebirdSQL/firebird/releases/download/R3_0_7/Firebird-3.0.7.33374-0.amd64.tar.gz"
tar xzvf Firebird-3.0.7.33374-0.amd64.tar.gz
(cd Firebird-3.0.7.33374-0.amd64; sudo ./install.sh -silent)
wget -nv -O Firebird-3.0.10.33601-0.amd64.tar.gz "https://github.com/FirebirdSQL/firebird/releases/download/v3.0.10/Firebird-3.0.10.33601-0.amd64.tar.gz"
tar xzvf Firebird-3.0.10.33601-0.amd64.tar.gz
(cd Firebird-3.0.10.33601-0.amd64; sudo ./install.sh -silent)
sudo usermod -a -G firebird `whoami`
echo 'WireCrypt = Enabled' | sudo tee -a /opt/firebird/firebird.conf > /dev/null
sudo killall firebird
Expand Down

0 comments on commit c19b8e3

Please sign in to comment.