aboutsummaryrefslogtreecommitdiff
path: root/post_chroot.sh
diff options
context:
space:
mode:
authorAwnrt <roman.levikoff@gmail.com>2024-03-30 22:44:19 +0300
committerAwnrt <roman.levikoff@gmail.com>2024-03-30 22:44:19 +0300
commit96276e1a877f0a5001da5b0cdb1db44a1a84da44 (patch)
tree689a1ad4b25a8c09eca50a6e11830f27c680e26e /post_chroot.sh
parent54c6e38603b2c3150297fe1936e0f3c67b28437b (diff)
now using dhcpcd instead of connman
Diffstat (limited to 'post_chroot.sh')
-rwxr-xr-xpost_chroot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/post_chroot.sh b/post_chroot.sh
index b5992f2..6ea2f08 100755
--- 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