Skip to content

Commit 43beca7

Browse files
Robin Lanldennington
authored andcommitted
Add a warning to users that they are not supported or validated by the GCM project since Mariner is non-.NET supported distro.
1 parent efe44f6 commit 43beca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ case "$distribution" in
198198
ensure_dotnet_installed
199199
;;
200200
mariner)
201+
print_unsupported_distro "WARNING" "$distribution"
201202
$sudo_cmd tdnf update -y
202203

203204
# Install dotnet/GCM dependencies.

0 commit comments

Comments
 (0)