Improvements

main
beech 1 year ago
parent fd6c6cface
commit c726e0ee8f
  1. 8
      README.md
  2. 1
      gnomesetup.sh
  3. 5
      install1.sh
  4. 2
      install3.sh
  5. 1
      kdesetup.sh

@ -19,13 +19,7 @@ sh install1.sh
curl https://git.merlinslair.net/beech/ArchScripts/raw/branch/main/install2.sh -o install2.sh curl https://git.merlinslair.net/beech/ArchScripts/raw/branch/main/install2.sh -o install2.sh
sh install2.sh sh install2.sh
# Preparing for first boot (Non-Nvidia GPU or VM) # Preparing for first boot
exit
umount -R /mnt
# Preparing for first boot (Nvidia GPU) - Follow linked instructions:
https://github.com/korvahannu/arch-nvidia-drivers-installation-guide
exit exit
umount -R /mnt umount -R /mnt

@ -21,7 +21,6 @@ PKGS=(
# --- Setup Desktop # --- Setup Desktop
'gnome' # GNOME 'gnome' # GNOME
'xfce4-power-manager' # Power Manager
# --- Login Display Manager # --- Login Display Manager
'sddm' # Base Login Manager 'sddm' # Base Login Manager

@ -62,9 +62,8 @@ echo "Setting Mirrorlist"
echo "-------------------------------------------------" echo "-------------------------------------------------"
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup # backs up mirrorlist cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup # backs up mirrorlist
sudo pacman -Syyy sudo pacman -S pacman-contrib reflector --noconfirm
sudo pacman -S pacman-contrib --noconfirm sudo reflector --latest 20 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
rankmirrors -n 6 /etc/pacman.d/mirrorlist.backup > /etc/pacman.d/mirrorlist
# install arch # install arch
echo "-------------------------------------------------" echo "-------------------------------------------------"

@ -43,7 +43,7 @@ setup_nvidia () {
while true; do while true; do
options=("Install GNOME + SDDM" "Install KDE + SDDM" "Install Software" "Setup Yay" "Setup Nvidia Drivers" "Exit") 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 select opt in "${options[@]}"; do
case $REPLY in case $REPLY in
1) install_gnome; break ;; 1) install_gnome; break ;;

@ -21,7 +21,6 @@ PKGS=(
# --- Setup Desktop # --- Setup Desktop
'plasma' # GNOME 'plasma' # GNOME
'xfce4-power-manager' # Power Manager
# --- Login Display Manager # --- Login Display Manager
'sddm' # Base Login Manager 'sddm' # Base Login Manager