Skip to content

Commit 3193c5f

Browse files
Robin Lanldennington
authored andcommitted
Add support for Mariner Linux.
1 parent f8bac8b commit 3193c5f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/linux/Packaging.Linux/install-from-source.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,14 @@ case "$distribution" in
197197

198198
ensure_dotnet_installed
199199
;;
200+
mariner)
201+
$sudo_cmd tdnf update -y
202+
203+
# Install dotnet/GCM dependencies.
204+
install_packages tdnf install "curl git krb5-libs libicu openssl-libs zlib findutils which bash"
205+
206+
ensure_dotnet_installed
207+
;;
200208
*)
201209
print_unsupported_distro "ERROR" "$distribution"
202210
exit

0 commit comments

Comments
 (0)