diff --git a/setup.sh b/setup.sh index ce498bf..dd90d2f 100755 --- a/setup.sh +++ b/setup.sh @@ -42,7 +42,7 @@ echo "Installing Packages..." sleep 1 pacman -Sy archlinux-keyring --noconfirm clear -pacstrap /mnt base linux linux-firmware nano dkms plasma sddm networkmanager git grub efibootmgr intel-ucode amd-ucode sudo +pacstrap /mnt base linux linux-firmware nano dkms plasma sddm networkmanager git grub efibootmgr intel-ucode amd-ucode sudo pulseaudio firefox clear echo "Finishing up..." diff --git a/setup2.sh b/setup2.sh index 0cbe328..7424c7e 100755 --- a/setup2.sh +++ b/setup2.sh @@ -20,7 +20,10 @@ cd elnathco rm /etc/locale.gen cp files/locale.gen /etc/ cp files/locale.conf /etc/ +rm /etc/pacman.conf +cp files/pacman.conf /etc/pacman.conf cd / +rm -R elnathco clear echo "What would you like to call your computer? (no spaces or special characters)"