Skip to content

Commit

Permalink
Merge branch 'xiaoyao9184-dev/master' into dev/master
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Dec 29, 2024
2 parents 3dabbee + 16829a8 commit 180e5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function env_check {
if [ -f /etc/fake-wsl-release ]
then
echo "[fake WSL Environment]"
elif [ ! -f /proc/sys/fs/binfmt_misc/WSLInterop ]
elif [ ! -f /proc/sys/fs/binfmt_misc/WSLInterop ] && [ ! -f /proc/sys/fs/binfmt_misc/WSLInterop-late ]
then
echo "Your distro do not support WSL Interopability. Installation Aborted."
exit 1
Expand Down

0 comments on commit 180e5fd

Please sign in to comment.