Browse Source

Update install.sh

Jeffrey Morgan 11 months ago
parent
commit
1f5008544b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/install.sh

+ 2 - 0
scripts/install.sh

@@ -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;;