From 6129b7252806522c627c0ae53bddf93991803900 Mon Sep 17 00:00:00 2001 From: Keith Khadar Date: Thu, 16 Jan 2025 22:52:29 +0000 Subject: [PATCH] Allow installation on WSL --- scripts/install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index f9e7779..9e746cf 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -31,11 +31,6 @@ if [[ $VERSION != *"24.04"* ]]; then printf "${Red}This script is only supported on Ubuntu 24.04 (you're using: ${VERSION}). Please install Ubuntu 24.04.${Res}\n" exit 1 fi -if [[ $(grep -i Microsoft /proc/version) ]]; then - printf "${Red}Using WSL is not supported, due to graphical issues with our simulation environment. Please dual-boot your computer, or use a virtual machine.${Res}\n" - exit 1 -fi - # Display header cat <