pacman stuff, audio support

This commit is contained in:
log :3 2022-10-12 12:53:33 +11:00
parent 9d33318717
commit e353243fba
2 changed files with 4 additions and 1 deletions

View File

@ -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..."

View File

@ -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)"