From b74f3767c5abf9507b113181a0fec223b9a081cb Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:47:41 +0200 Subject: [PATCH] added package database update in the dependencies installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 603abb5..ad2543a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Laptop configuration for Arch Linux ```bash # Install the necessary dependencies -pacman -S ansible git which sudo +pacman -Syy ansible git which sudo # Allow the "sudo" group to issue sudo commands sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers