Fixed pacman -S command, added sof-firmware
This commit is contained in:
@@ -29,6 +29,8 @@ mkdir -p /mnt/boot
|
|||||||
mount "${PART_BOOT}" /mnt/boot
|
mount "${PART_BOOT}" /mnt/boot
|
||||||
swapon "${PART_SWAP}"
|
swapon "${PART_SWAP}"
|
||||||
|
|
||||||
|
pacman -Sy archlinux-keyring
|
||||||
|
|
||||||
pacstrap /mnt base linux linux-firmware
|
pacstrap /mnt base linux linux-firmware
|
||||||
genfstab -U /mnt >> /mnt/etc/fstab
|
genfstab -U /mnt >> /mnt/etc/fstab
|
||||||
|
|
||||||
@@ -40,7 +42,7 @@ echo "$HOSTNAME" >> /etc/hostname
|
|||||||
echo "KEYMAP=trq" >> /etc/vconsole.conf
|
echo "KEYMAP=trq" >> /etc/vconsole.conf
|
||||||
|
|
||||||
pacman -S --noconfirm base-devel sudo
|
pacman -S --noconfirm base-devel sudo
|
||||||
pacman -S --noconfirm networkmanager alsa-utils bluez bluez-utils bridge-utils nvidia-open nvidia-utils pavucontrol pipewire pipewire-alsa pipewire-jack pipewire-pulse polykit-gnome usbutils
|
pacman -S --noconfirm networkmanager alsa-utils bluez bluez-utils bridge-utils nvidia-open nvidia-utils pavucontrol pipewire pipewire-alsa pipewire-pulse polkit-gnome usbutils sof-firmware
|
||||||
pacman -S --noconfirm alacritty firefox eog flameshot keepassxc ly sway swaybg zip unzip ttf-jetbrains-mono i3status
|
pacman -S --noconfirm alacritty firefox eog flameshot keepassxc ly sway swaybg zip unzip ttf-jetbrains-mono i3status
|
||||||
pacman -S --noconfirm ufw clamav
|
pacman -S --noconfirm ufw clamav
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user