From c726e0ee8f7007bb56fb1d3aeba60080caf56fcc Mon Sep 17 00:00:00 2001 From: beech Date: Wed, 29 Jan 2025 03:02:14 -0600 Subject: [PATCH] Improvements --- README.md | 8 +------- gnomesetup.sh | 1 - install1.sh | 5 ++--- install3.sh | 2 +- kdesetup.sh | 1 - 5 files changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e767c87..660ee64 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,7 @@ sh install1.sh curl https://git.merlinslair.net/beech/ArchScripts/raw/branch/main/install2.sh -o install2.sh sh install2.sh -# Preparing for first boot (Non-Nvidia GPU or VM) -exit -umount -R /mnt - -# Preparing for first boot (Nvidia GPU) - Follow linked instructions: -https://github.com/korvahannu/arch-nvidia-drivers-installation-guide - +# Preparing for first boot exit umount -R /mnt diff --git a/gnomesetup.sh b/gnomesetup.sh index 2ad6ed3..554363a 100644 --- a/gnomesetup.sh +++ b/gnomesetup.sh @@ -21,7 +21,6 @@ PKGS=( # --- Setup Desktop 'gnome' # GNOME - 'xfce4-power-manager' # Power Manager # --- Login Display Manager 'sddm' # Base Login Manager diff --git a/install1.sh b/install1.sh index 3061299..7860984 100644 --- a/install1.sh +++ b/install1.sh @@ -62,9 +62,8 @@ echo "Setting Mirrorlist" echo "-------------------------------------------------" cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup # backs up mirrorlist -sudo pacman -Syyy -sudo pacman -S pacman-contrib --noconfirm -rankmirrors -n 6 /etc/pacman.d/mirrorlist.backup > /etc/pacman.d/mirrorlist +sudo pacman -S pacman-contrib reflector --noconfirm +sudo reflector --latest 20 --protocol https --sort rate --save /etc/pacman.d/mirrorlist # install arch echo "-------------------------------------------------" diff --git a/install3.sh b/install3.sh index 33b58c9..da7d557 100644 --- a/install3.sh +++ b/install3.sh @@ -43,7 +43,7 @@ setup_nvidia () { while true; do options=("Install GNOME + SDDM" "Install KDE + SDDM" "Install Software" "Setup Yay" "Setup Nvidia Drivers" "Exit") - echo "Debian Server Setup: " + echo "Desktop & Software Setup: " select opt in "${options[@]}"; do case $REPLY in 1) install_gnome; break ;; diff --git a/kdesetup.sh b/kdesetup.sh index d0c3c94..06ee512 100644 --- a/kdesetup.sh +++ b/kdesetup.sh @@ -21,7 +21,6 @@ PKGS=( # --- Setup Desktop 'plasma' # GNOME - 'xfce4-power-manager' # Power Manager # --- Login Display Manager 'sddm' # Base Login Manager