commit 96276e1a877f0a5001da5b0cdb1db44a1a84da44 parent 54c6e38603b2c3150297fe1936e0f3c67b28437b Author: Awnrt <roman.levikoff@gmail.com> Date: Sat, 30 Mar 2024 22:44:19 +0300 now using dhcpcd instead of connman Diffstat:
M | post_chroot.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/post_chroot.sh b/post_chroot.sh @@ -30,8 +30,8 @@ echo "[lib32]" >> /etc/pacman.conf echo "Include = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf pacman -Sy --noconfirm -pacman -S dhcpcd connman-openrc --noconfirm -rc-update add connmand +pacman -S dhcpcd dhcpcd-openrc --noconfirm +rc-update add dhcpcd default pacman -S intel-ucode --noconfirm