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 <