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 sleep 1
pacman -Sy archlinux-keyring --noconfirm pacman -Sy archlinux-keyring --noconfirm
clear 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 clear
echo "Finishing up..." echo "Finishing up..."

View File

@ -20,7 +20,10 @@ cd elnathco
rm /etc/locale.gen rm /etc/locale.gen
cp files/locale.gen /etc/ cp files/locale.gen /etc/
cp files/locale.conf /etc/ cp files/locale.conf /etc/
rm /etc/pacman.conf
cp files/pacman.conf /etc/pacman.conf
cd / cd /
rm -R elnathco
clear clear
echo "What would you like to call your computer? (no spaces or special characters)" echo "What would you like to call your computer? (no spaces or special characters)"