artix

desc
git clone https://git.awy.one/artix.git
Log | Files | Refs | README | LICENSE

commit b3edf8b795f162d73e10e7079fabeb3a35504a26
parent 1e0d4d90e55707b3ad29dfec91f43c4f99efc889
Author: awy <awy@tutamail.com>
Date:   Sat,  3 Aug 2024 03:50:00 +0300

fixes

Diffstat:
Minstall.sh | 2+-
Mpost_chroot.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh @@ -44,7 +44,7 @@ elif [ "$_kernelflag" -eq 2 ]; then mount /dev/$boot_drive /mnt/boot sv up ntpd pacman -Sy --confirm - basestrap /mnt base runit seatd-runit udev + basestrap /mnt base runit seatd-runit udev intel-ucode fstabgen -U /mnt >> /mnt/etc/fstab cp post_chroot.sh /mnt else diff --git a/post_chroot.sh b/post_chroot.sh @@ -76,7 +76,7 @@ EOL pacman -S dhcpcd dhcpcd-runit --noconfirm ln -s /etc/runit/sv/dhcpcd /etc/runit/runsvdir/default -pacman -S nvidia-open-dkms nvidia-utils intel-ucode trizen --noconfirm +pacman -S nvidia-open-dkms nvidia-utils trizen --noconfirm if [ "$_kernelflag" -eq 1 ]; then grub-mkconfig -o /boot/grub/grub.cfg