Browse Source

Update install.sh

language_support
Jeffrey Morgan 2 years ago
committed by GitHub
parent
commit
1f5008544b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      scripts/install.sh

2
scripts/install.sh

@ -33,6 +33,8 @@ case "$ARCH" in
*) error "Unsupported architecture: $ARCH" ;;
esac
IS_WSL2=false
KERN=$(uname -r)
case "$KERN" in
*icrosoft*WSL2 | *icrosoft*wsl2) IS_WSL2=true;;

Loading…
Cancel
Save