Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: davidlion <[email protected]>
  • Loading branch information
Bill-hbrhbr and davidlion authored Dec 12, 2024
1 parent efd2b27 commit c530f92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/core/tools/scripts/lib_install/liblzma.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# Exit on any error
set -e
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
git \
libcurl4 \
libcurl4-openssl-dev \
libmariadb-dev \
liblzma-dev \
libmariadb-dev \
libssl-dev \
make \
openjdk-11-jdk \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
libboost-program-options-dev \
libcurl4 \
libcurl4-openssl-dev \
libmariadb-dev \
liblzma-dev \
libmariadb-dev \
libssl-dev \
openjdk-11-jdk \
pkg-config \
Expand Down

0 comments on commit c530f92

Please sign in to comment.