From bab9394ba6b2422ad62ef10a829bc381f7c21c89 Mon Sep 17 00:00:00 2001 From: Nguyen Tran Hau Date: Fri, 7 May 2021 14:19:14 +0700 Subject: [PATCH] docs: networkmanager doesn't care gnome --- install-archlinux.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/install-archlinux.md b/install-archlinux.md index 64de036..8974f63 100644 --- a/install-archlinux.md +++ b/install-archlinux.md @@ -217,6 +217,20 @@ Edit `/etc/hosts`: passwd ``` +#### Addition + +```sh +# NetworkManager +pacman -Syu networkmanager +systemctl enable NetworkManager.service + +# Bluetooth +systemctl enable bluetooth.service + +# Clock +timedatectl set-ntp true +``` + #### Boot loader [systemd-boot](Applications/System/systemd-boot.md) @@ -272,15 +286,6 @@ pacman -Syu gnome-shell \ # Login manager systemctl enable gdm.service - -# Network -systemctl enable NetworkManager.service - -# Bluetooth -systemctl enable bluetooth.service - -# Clock -timedatectl set-ntp true ``` ## [List of applications](https://wiki.archlinux.org/index.php/List_of_applications)