From 44f3385e1826ee7a5d4ef0107d7c0f2b935cf153 Mon Sep 17 00:00:00 2001 From: sunhort <47280098+sunhort@users.noreply.github.com> Date: Sat, 8 Jan 2022 05:56:04 +0300 Subject: [PATCH] Update install --- install | 8 -------- 1 file changed, 8 deletions(-) diff --git a/install b/install index e84bce3..64f9d07 100755 --- a/install +++ b/install @@ -27,14 +27,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. Exiting..." - exit 101 -fi - declare -i cfg=0 declare -i ipv6=0 declare -i rpi=0