Remove slim DM
This commit is contained in:
parent
3e7dd69494
commit
3e37431708
1 changed files with 0 additions and 5 deletions
|
@ -7,7 +7,6 @@ options+=("sddm" "QT5 Login")
|
|||
options+=("lxdm" "LXDE Login")
|
||||
options+=("lightdm-gtk-greeter" "Other Login")
|
||||
#options+=("lightdm-kde-greeter" "Other Login")
|
||||
options+=("slim" "Other Login")
|
||||
|
||||
defaultitem=""
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "Install Display Manager Menu :" --menu "" --default-item "$defaultitem" --cancel-button "Back" 0 0 0 \
|
||||
|
@ -39,10 +38,6 @@ case $sel in
|
|||
instpkg lightdm-kde-greeter
|
||||
svcenable lightdm
|
||||
;;
|
||||
"slim")
|
||||
instpkg slim
|
||||
svcenable slim
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue