Unverified Commit 1f500854 authored by Jeffrey Morgan's avatar Jeffrey Morgan Committed by GitHub
Browse files

Update install.sh

parent 45cbfc5a
...@@ -33,6 +33,8 @@ case "$ARCH" in ...@@ -33,6 +33,8 @@ case "$ARCH" in
*) error "Unsupported architecture: $ARCH" ;; *) error "Unsupported architecture: $ARCH" ;;
esac esac
IS_WSL2=false
KERN=$(uname -r) KERN=$(uname -r)
case "$KERN" in case "$KERN" in
*icrosoft*WSL2 | *icrosoft*wsl2) IS_WSL2=true;; *icrosoft*WSL2 | *icrosoft*wsl2) IS_WSL2=true;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment