Compare commits
No commits in common. "1169a6948c178f77c9a61e8b9095468a5d46b1ab" and "931d72a9dbaa820bc4fc0b66e029d47ca136102e" have entirely different histories.
1169a6948c
...
931d72a9db
2 changed files with 1 additions and 2 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 alsa-utils pulseaudio
|
||||
pacman -S iwd bluez bluez-utils cups hplip
|
||||
|
||||
# Power
|
||||
pacman -S acpi acpi_call tlp
|
||||
|
|
1
pre.sh
1
pre.sh
|
@ -81,5 +81,4 @@ 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