Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 180e5fd

Browse files
committed
Merge branch 'xiaoyao9184-dev/master' into dev/master
2 parents 3dabbee + 16829a8 commit 180e5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function env_check {
2222
if [ -f /etc/fake-wsl-release ]
2323
then
2424
echo "[fake WSL Environment]"
25-
elif [ ! -f /proc/sys/fs/binfmt_misc/WSLInterop ]
25+
elif [ ! -f /proc/sys/fs/binfmt_misc/WSLInterop ] && [ ! -f /proc/sys/fs/binfmt_misc/WSLInterop-late ]
2626
then
2727
echo "Your distro do not support WSL Interopability. Installation Aborted."
2828
exit 1

0 commit comments

Comments
 (0)