Removed GDM

main
beech 1 year ago
parent fba880085b
commit d2acff187c
  1. 5
      gnomesetup.sh
  2. 4
      install3.sh
  3. 1
      kdesetup.sh

@ -24,7 +24,7 @@ PKGS=(
'xfce4-power-manager' # Power Manager
# --- Login Display Manager
'gdm' # Base Login Manager
'sddm' # Base Login Manager
# --- Networking Setup
'dialog' # Enables shell scripts to trigger dialog boxex
@ -57,8 +57,7 @@ for PKG in "${PKGS[@]}"; do
sudo pacman -S "$PKG" --noconfirm --needed
done
sudo systemctl disable sddm.service
sudo systemctl enable gdm.service
sudo systemctl enable sddm.service
echo
echo "Done! Please Reboot & Run software.sh"

@ -5,7 +5,7 @@ chmod +x software.sh
chmod +x aur.sh
install_gnome () {
echo "Setting up GNOME + GDM..."
echo "Setting up GNOME + SDDM..."
sh gnomesetup.sh
echo "Gnome installed & GDM enabled on reboot."
}
@ -29,7 +29,7 @@ setup_aur () {
}
while true; do
options=("Install GNOME + GDM" "Install KDE + SDDM" "Install Software" "Setup Yay" "Exit")
options=("Install GNOME + SDDM" "Install KDE + SDDM" "Install Software" "Setup Yay" "Exit")
echo "Debian Server Setup: "
select opt in "${options[@]}"; do

@ -57,7 +57,6 @@ for PKG in "${PKGS[@]}"; do
sudo pacman -S "$PKG" --noconfirm --needed
done
sudo systemctl disable gdm.service
sudo systemctl enable sddm.service
echo