Skip to content

Commit

Permalink
Clarify that native Linux is best
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Mar 7, 2024
1 parent 4514cf6 commit e977998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ else
fi

if uname -r | grep -q "Microsoft"; then
abort "WSL 1 is not supported. Please run this script on a native Linux installation or WSL 2."
abort "WSL 1 is not supported. Please run this script on a native Linux installation (best) or WSL 2 (experimental)."
fi

if [[ ! (${operating_system_distribution} == "ubuntu" || ${operating_system_distribution} == "debian") ]]; then
Expand Down

0 comments on commit e977998

Please sign in to comment.