Skip to content

Commit

Permalink
install-from-source(mariner): awk is required to make dotnet-install.…
Browse files Browse the repository at this point in the history
…sh work

The dotnet-install.sh script expects `awk` to be present, which is not
installed by default in Mariner Linux.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Oct 21, 2024
1 parent 2dece79 commit 89adece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux/Packaging.Linux/install-from-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ case "$distribution" in
$sudo_cmd tdnf update -y

# Install dotnet/GCM dependencies.
install_packages tdnf install "curl git krb5-libs libicu openssl-libs zlib findutils which bash"
install_packages tdnf install "curl git krb5-libs libicu openssl-libs zlib findutils which bash awk"

ensure_dotnet_installed
;;
Expand Down

0 comments on commit 89adece

Please sign in to comment.