Improvements

main
beech 1 year ago
parent c726e0ee8f
commit 35b94fe114
  1. 2
      README.md
  2. 1
      gnomesetup.sh
  3. 3
      kdesetup.sh

@ -33,7 +33,7 @@ reboot
# Install Pacman Tools # Install Pacman Tools
sudo pacman -S --noconfirm pacman-contrib sudo pacman -S --noconfirm pacman-contrib
# Installer 3 # Installer 3 (Desktop & Nvidia Drivers)
sudo git clone https://git.merlinslair.net/beech/ArchScripts sudo git clone https://git.merlinslair.net/beech/ArchScripts
cd ArchScripts cd ArchScripts
sh install3.sh sh install3.sh

@ -27,7 +27,6 @@ PKGS=(
# --- Networking Setup # --- Networking Setup
'dialog' # Enables shell scripts to trigger dialog boxex 'dialog' # Enables shell scripts to trigger dialog boxex
'networkmanager' # Network connection manager
'network-manager-applet' # System tray icon/utility for network connectivity 'network-manager-applet' # System tray icon/utility for network connectivity
'dhclient' # DHCP client 'dhclient' # DHCP client
'libsecret' # Library for storing passwords 'libsecret' # Library for storing passwords

@ -20,14 +20,13 @@ PKGS=(
'mesa' 'mesa'
# --- Setup Desktop # --- Setup Desktop
'plasma' # GNOME 'plasma' # Plasma
# --- Login Display Manager # --- Login Display Manager
'sddm' # Base Login Manager 'sddm' # Base Login Manager
# --- Networking Setup # --- Networking Setup
'dialog' # Enables shell scripts to trigger dialog boxex 'dialog' # Enables shell scripts to trigger dialog boxex
'networkmanager' # Network connection manager
'network-manager-applet' # System tray icon/utility for network connectivity 'network-manager-applet' # System tray icon/utility for network connectivity
'dhclient' # DHCP client 'dhclient' # DHCP client
'libsecret' # Library for storing passwords 'libsecret' # Library for storing passwords