Skip to content

Commit

Permalink
Fix package typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Apr 30, 2024
1 parent d7fcd90 commit 44c995a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/apt_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ libradcli-dev
libhiredis-dev
$(if [ "$BUILD_OS" != "ubuntu-20.04" ]; then echo libodbc2; else echo libodbc1; fi)
odbcinst
$(if [ "$BUILD_OS" != "ubuntu-20.04" ]; then echo libodbcinst2; else echo libodbcinst1; fi)
$(if [ "$BUILD_OS" != "ubuntu-20.04" ]; then echo libodbcinst2; else echo odbcinst1debian2; fi)
unixodbc
unixodbc-dev
libconfuse-dev
Expand Down

0 comments on commit 44c995a

Please sign in to comment.