From e353243fba1ea10462fc631f466fd521c5087955 Mon Sep 17 00:00:00 2001 From: "log :3" <65839350+logzinga@users.noreply.github.com> Date: Wed, 12 Oct 2022 12:53:33 +1100 Subject: [PATCH] pacman stuff, audio support --- setup.sh | 2 +- setup2.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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)"