This commit is contained in:
Nick Brassel
2025-11-04 14:48:11 +11:00
parent ce6b0f7215
commit 8124f39635
+1 -1
View File
@@ -438,7 +438,7 @@ __EOT__
local osarchvariant="$(fn_os)$(fn_arch)"
# Special case for WSL
if [ -n "$WSL_INSTALL" ] || [ -n "${WSL_DISTRO_NAME:-}" ] || [ -f /proc/sys/fs/binfmt_misc/WSLInterop ]; then
if [ -n "${WSL_INSTALL:-}" ] || [ -n "${WSL_DISTRO_NAME:-}" ] || [ -f /proc/sys/fs/binfmt_misc/WSLInterop ]; then
osarchvariant="windowsWSL"
fi