Compare commits
2 commits
931d72a9db
...
1169a6948c
Author | SHA1 | Date | |
---|---|---|---|
1169a6948c | |||
02f76bda96 |
2 changed files with 2 additions and 1 deletions
2
i3.sh
2
i3.sh
|
@ -23,7 +23,7 @@ pacman -S dialog reflector xdg-user-dirs xdg-utils inetutils bind bash-completio
|
|||
pacman -S efibootmgr mtools dosfstools
|
||||
|
||||
# Laptop
|
||||
pacman -S iwd bluez bluez-utils cups hplip
|
||||
pacman -S iwd bluez bluez-utils cups hplip alsa-utils pulseaudio
|
||||
|
||||
# Power
|
||||
pacman -S acpi acpi_call tlp
|
||||
|
|
1
pre.sh
1
pre.sh
|
@ -81,4 +81,5 @@ pacstrap /mnt base linux linux-lts linux-firmware amd-ucode tamsyn-font vim git
|
|||
|
||||
genfstab -U /mnt >> /mnt/etc/fstab
|
||||
arch-chroot /mnt
|
||||
ln -sf /run/systemd/resolve/stub-resolv.conf /mnt/etc/resolv.conf
|
||||
#--UEFI-btrfs--
|
Loading…
Reference in a new issue