We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bac8b commit 3193c5fCopy full SHA for 3193c5f
src/linux/Packaging.Linux/install-from-source.sh
@@ -197,6 +197,14 @@ case "$distribution" in
197
198
ensure_dotnet_installed
199
;;
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
+ ;;
208
*)
209
print_unsupported_distro "ERROR" "$distribution"
210
exit
0 commit comments