pacman stuff, audio support
This commit is contained in:
parent
9d33318717
commit
e353243fba
2
setup.sh
2
setup.sh
|
@ -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..."
|
||||||
|
|
|
@ -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)"
|
||||||
|
|
Loading…
Reference in New Issue