From c01a26e1bea0f0e79d364e59edbde66f699c2b21 Mon Sep 17 00:00:00 2001 From: Ayush Sharma Date: Thu, 16 Nov 2023 23:51:03 +0530 Subject: [PATCH] Update install Fixed This system is running a desktop environment! --- install | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/install b/install index 9670e45..8d67f82 100755 --- a/install +++ b/install @@ -37,16 +37,6 @@ if [ ! "${systemd}" = "systemd" ]; then exit 100 fi -if dpkg -l | grep -Eqw "gdm3|sddm|lxdm|xdm|lightdm|slim|wdm"; then - echo "This system is running a desktop environment!" - echo "Please use a Lite version of the image or" - echo "do not choose to install a desktop environment." - echo "This install is not supported." - echo "Search the forum for more info - https://forum.openmediavault.org" - echo "Exiting..." - exit 101 -fi - if [ ! -L "/sbin" ] || [ ! -L "/bin" ]; then echo "The /usr directories seem not to be migrated. Please check the" echo "following pages for more information:"